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

git at git.haskell.org git at git.haskell.org
Tue Mar 20 11:54:01 UTC 2018


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

On branch  : wip/tdammers/D4394
Link       : http://ghc.haskell.org/trac/ghc/changeset/7661e48d3a57fc1b551d82ac3ecf3043ca864dd4/ghc

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

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

    Caching coercion roles in NthCo (#11735)


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

7661e48d3a57fc1b551d82ac3ecf3043ca864dd4
 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 7661e48d3a57fc1b551d82ac3ecf3043ca864dd4


More information about the ghc-commits mailing list