[commit: ghc] ghc-8.6: Revert "Save a word in the info table on x86_64" (dee2294)

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


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

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

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

commit dee229487fccc6a994d4bb9c4ceda0903bec707b
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Sep 12 15:14:08 2018 -0400

    Revert "Save a word in the info table on x86_64"
    
    This reverts commit 2b0918c9834be1873728176e4944bec26271234a.


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

dee229487fccc6a994d4bb9c4ceda0903bec707b
 compiler/cmm/CmmBuildInfoTables.hs                 | 23 +++--------
 compiler/cmm/CmmExpr.hs                            | 10 ++---
 compiler/cmm/CmmInfo.hs                            | 44 +++++++-------------
 includes/rts/storage/ClosureMacros.h               |  2 +-
 includes/rts/storage/InfoTables.h                  | 48 ++++------------------
 libraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc     |  4 +-
 libraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc |  4 +-
 libraries/ghci/GHCi/InfoTable.hsc                  |  1 +
 rts/RtsAPI.c                                       |  2 +-
 rts/sm/Evac.c                                      |  4 +-
 rts/sm/Scav.c                                      |  6 +--
 11 files changed, 45 insertions(+), 103 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 dee229487fccc6a994d4bb9c4ceda0903bec707b


More information about the ghc-commits mailing list