[commit: ghc] wip/tdammers/D4394: Caching coercion roles in NthCo (#11735) (85e4b46)

git at git.haskell.org git at git.haskell.org
Tue Mar 27 14:28:23 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/tdammers/D4394
Link       : http://ghc.haskell.org/trac/ghc/changeset/85e4b462d22e49363f1ac7683dd13f80e55b6d8d/ghc

>---------------------------------------------------------------

commit 85e4b462d22e49363f1ac7683dd13f80e55b6d8d
Author: Tobias Dammers <tdammers at gmail.com>
Date:   Thu Jan 25 20:33:58 2018 +0100

    Caching coercion roles in NthCo (#11735)


>---------------------------------------------------------------

85e4b462d22e49363f1ac7683dd13f80e55b6d8d
 compiler/coreSyn/CoreFVs.hs      |  2 +-
 compiler/coreSyn/CoreLint.hs     |  2 +-
 compiler/iface/TcIface.hs        |  2 +-
 compiler/iface/ToIface.hs        |  2 +-
 compiler/typecheck/TcTyDecls.hs  |  2 +-
 compiler/typecheck/TcType.hs     |  2 +-
 compiler/typecheck/TcUnify.hs    |  2 +-
 compiler/typecheck/TcValidity.hs |  2 +-
 compiler/types/Coercion.hs       | 45 ++++++++++++++++++++++------------------
 compiler/types/FamInstEnv.hs     |  2 +-
 compiler/types/OptCoercion.hs    |  4 ++--
 compiler/types/TyCoRep.hs        | 36 +++++++++++++++++++++++++-------
 compiler/types/Type.hs           |  8 +++----
 13 files changed, 68 insertions(+), 43 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 85e4b462d22e49363f1ac7683dd13f80e55b6d8d


More information about the ghc-commits mailing list