[commit: ghc] master: Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape (4f9967a)

git at git.haskell.org git at git.haskell.org
Thu Feb 4 21:26:20 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4f9967aa3d1f7cfd539d0c173cafac0fe290e26f/ghc

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

commit 4f9967aa3d1f7cfd539d0c173cafac0fe290e26f
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Thu Feb 4 16:22:48 2016 -0500

    Remove unused LiveVars and SRT fields of StgCase and StgLetNoEscape
    
    Also remove the functions and types that became useless after removing
    the fields:
    
    - SRT functions
    - LiveInfo type and functions
    - freeVarsToLiveVars
    - unariseLives and unariseSRT
    
    Reviewers: bgamari, simonpj, austin
    
    Reviewed By: simonpj
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1880


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

4f9967aa3d1f7cfd539d0c173cafac0fe290e26f
 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, 134 insertions(+), 305 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 4f9967aa3d1f7cfd539d0c173cafac0fe290e26f


More information about the ghc-commits mailing list