[commit: ghc] wip/tdammers/T11735-2: Caching coercion roles in NthCo (#11735) (d70106b)

git at git.haskell.org git at git.haskell.org
Tue Jan 30 12:23:58 UTC 2018


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

On branch  : wip/tdammers/T11735-2
Link       : http://ghc.haskell.org/trac/ghc/changeset/d70106b1f6a45f0c82067feb8fe45fa70857f3ed/ghc

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

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

    Caching coercion roles in NthCo (#11735)


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

d70106b1f6a45f0c82067feb8fe45fa70857f3ed
 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        | 32 +++++++++++++++++++++-------
 compiler/types/Type.hs           |  8 +++----
 13 files changed, 64 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 d70106b1f6a45f0c82067feb8fe45fa70857f3ed


More information about the ghc-commits mailing list