[commit: ghc] wip/tdammers/D4394: Caching coercion roles in NthCo (#11735) (4c94815)
git at git.haskell.org
git at git.haskell.org
Thu Mar 22 11:02:09 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/tdammers/D4394
Link : http://ghc.haskell.org/trac/ghc/changeset/4c94815b4677ede2d7c9ca990eb728ee695d205c/ghc
>---------------------------------------------------------------
commit 4c94815b4677ede2d7c9ca990eb728ee695d205c
Author: Tobias Dammers <tdammers at gmail.com>
Date: Thu Jan 25 20:33:58 2018 +0100
Caching coercion roles in NthCo (#11735)
>---------------------------------------------------------------
4c94815b4677ede2d7c9ca990eb728ee695d205c
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 4c94815b4677ede2d7c9ca990eb728ee695d205c
More information about the ghc-commits
mailing list