[commit: ghc] master: Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape" (5d73fb6)

git at git.haskell.org git at git.haskell.org
Sun Feb 7 01:08:07 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5d73fb617d541e08e52fc395bdcf45a7c5a2e87e/ghc

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

commit 5d73fb617d541e08e52fc395bdcf45a7c5a2e87e
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Sat Feb 6 20:09:27 2016 -0500

    Revert "Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape"
    
    This reverts commit 4f9967aa3d1f7cfd539d0c173cafac0fe290e26f.


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

5d73fb617d541e08e52fc395bdcf45a7c5a2e87e
 compiler/codeGen/StgCmm.hs      |   2 +-
 compiler/codeGen/StgCmmBind.hs  |   4 +-
 compiler/codeGen/StgCmmExpr.hs  |   6 +-
 compiler/main/HscMain.hs        |   4 +-
 compiler/profiling/SCCfinal.hs  |  24 ++---
 compiler/simplStg/StgStats.hs   |   6 +-
 compiler/simplStg/UnariseStg.hs |  26 +++--
 compiler/stgSyn/CoreToStg.hs    | 224 ++++++++++++++++++++++++++++++----------
 compiler/stgSyn/StgLint.hs      |   8 +-
 compiler/stgSyn/StgSyn.hs       | 135 +++++++++++++++---------
 10 files changed, 305 insertions(+), 134 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 5d73fb617d541e08e52fc395bdcf45a7c5a2e87e


More information about the ghc-commits mailing list