[commit: ghc] wip/rae: More work on caching coercions. (e058c6e)
git at git.haskell.org
git at git.haskell.org
Wed Mar 9 05:08:05 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/e058c6e27a92691582fdafc5b3725896a90bf686/ghc
>---------------------------------------------------------------
commit e058c6e27a92691582fdafc5b3725896a90bf686
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Wed Mar 9 00:09:47 2016 -0500
More work on caching coercions.
>---------------------------------------------------------------
e058c6e27a92691582fdafc5b3725896a90bf686
compiler/coreSyn/CoreLint.hs | 19 +-
compiler/coreSyn/CoreUtils.hs | 1 -
compiler/iface/IfaceSyn.hs | 70 +++--
compiler/iface/IfaceType.hs | 161 ++++++----
compiler/iface/TcIface.hs | 66 ++--
compiler/typecheck/TcCanonical.hs | 8 +-
compiler/typecheck/TcMType.hs | 2 +-
compiler/typecheck/TcType.hs | 72 +----
compiler/types/Coercion.hs | 348 +++++++++++----------
compiler/types/FamInstEnv.hs | 25 +-
compiler/types/OptCoercion.hs | 61 ++--
compiler/types/TyCoRep.hs | 151 ++++++---
compiler/types/Type.hs | 28 +-
.../tests/indexed-types/should_fail/T5439.stderr | 16 +-
14 files changed, 563 insertions(+), 465 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 e058c6e27a92691582fdafc5b3725896a90bf686
More information about the ghc-commits
mailing list