[commit: ghc] wip/lazy-interface-unfoldings: typecheck: Load unfolding lazily (8e6290a)

git at git.haskell.org git at git.haskell.org
Tue Mar 5 21:43:55 UTC 2019


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

On branch  : wip/lazy-interface-unfoldings
Link       : http://ghc.haskell.org/trac/ghc/changeset/8e6290ab4eaf0e3f5efb47aad601dc07036f8163/ghc

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

commit 8e6290ab4eaf0e3f5efb47aad601dc07036f8163
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Oct 17 21:44:55 2016 -0400

    typecheck: Load unfolding lazily
    
    See #9370.
    
    (cherry picked from commit d4c5bb031af5b339b799a519f4a91ea5fc42d5d8)


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

8e6290ab4eaf0e3f5efb47aad601dc07036f8163
 compiler/basicTypes/IdInfo.hs   |   2 +-
 compiler/iface/LoadIface.hs     |  19 +++---
 compiler/iface/TcIface.hs       | 128 ++++++++++++++++++----------------------
 compiler/iface/TcIface.hs-boot  |   4 +-
 compiler/simplCore/SimplCore.hs |   3 +-
 5 files changed, 69 insertions(+), 87 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 8e6290ab4eaf0e3f5efb47aad601dc07036f8163


More information about the ghc-commits mailing list