[commit: ghc] ghc-8.6: Revert "Merge FUN_STATIC closure with its SRT" (6f2596b)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 21:00:46 UTC 2018


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

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/6f2596b432a9915d648286195b48c48ccdd14a2c/ghc

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

commit 6f2596b432a9915d648286195b48c48ccdd14a2c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Sep 12 15:09:20 2018 -0400

    Revert "Merge FUN_STATIC closure with its SRT"
    
    This reverts commit 838b69032566ce6ab3918d70e8d5e098d0bcee02.


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

6f2596b432a9915d648286195b48c48ccdd14a2c
 compiler/cmm/Cmm.hs                  |   7 +-
 compiler/cmm/CmmBuildInfoTables.hs   | 224 ++++++++++++++---------------------
 compiler/cmm/CmmInfo.hs              |   3 +-
 compiler/cmm/CmmParse.y              |  12 +-
 compiler/codeGen/StgCmmBind.hs       |  22 ++--
 compiler/codeGen/StgCmmClosure.hs    |  19 +--
 includes/rts/storage/ClosureMacros.h |   3 +
 rts/RetainerProfile.c                |   2 +-
 rts/sm/Compact.c                     |   2 +-
 rts/sm/Evac.c                        |   4 +-
 rts/sm/Sanity.c                      |   2 +-
 rts/sm/Scav.c                        |   6 +-
 12 files changed, 122 insertions(+), 184 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 6f2596b432a9915d648286195b48c48ccdd14a2c


More information about the ghc-commits mailing list