[commit: ghc] wip/ttypeable: TcTypeable: Try to reuse KindReps (0dea76f)

git at git.haskell.org git at git.haskell.org
Mon Feb 27 00:18:50 UTC 2017


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

On branch  : wip/ttypeable
Link       : http://ghc.haskell.org/trac/ghc/changeset/0dea76f2798b921f2dd929128b578ef7d8a47d50/ghc

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

commit 0dea76f2798b921f2dd929128b578ef7d8a47d50
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 16 13:15:29 2017 -0500

    TcTypeable: Try to reuse KindReps


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

0dea76f2798b921f2dd929128b578ef7d8a47d50
 compiler/coreSyn/TrieMap.hs                        |  28 ++-
 compiler/typecheck/TcTypeable.hs                   | 257 +++++++++++++--------
 .../tests/deSugar/should_compile/T2431.stderr      |  83 +++----
 .../should_compile/DumpTypecheckedAst.stderr       | 104 +++------
 testsuite/tests/perf/compiler/all.T                |   9 +-
 testsuite/tests/roles/should_compile/Roles1.stderr | 101 +++-----
 .../tests/roles/should_compile/Roles13.stderr      | 155 ++++++-------
 .../tests/roles/should_compile/Roles14.stderr      |  15 +-
 testsuite/tests/roles/should_compile/Roles2.stderr |  31 +--
 testsuite/tests/roles/should_compile/Roles3.stderr |  56 ++---
 testsuite/tests/roles/should_compile/Roles4.stderr |  33 +--
 testsuite/tests/roles/should_compile/T8958.stderr  |  66 ++----
 .../tests/simplCore/should_compile/T7360.stderr    | 153 ++++++------
 .../tests/simplCore/should_compile/T8274.stdout    |  14 +-
 testsuite/tests/th/TH_Roles2.stderr                |   9 +-
 15 files changed, 509 insertions(+), 605 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 0dea76f2798b921f2dd929128b578ef7d8a47d50


More information about the ghc-commits mailing list