[commit: ghc] late-lam-lift: the late lambda float (086780a)
Nicolas Frisby
nicolas.frisby at gmail.com
Fri Apr 12 17:02:10 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : late-lam-lift
https://github.com/ghc/ghc/commit/086780ab789f602a927360e555397d58002fd706
>---------------------------------------------------------------
commit 086780ab789f602a927360e555397d58002fd706
Author: Nicolas Frisby <nicolas.frisby at gmail.com>
Date: Thu Mar 7 20:14:52 2013 +0000
the late lambda float
added the -fno-LNE flag, added a DEBUG message for the oddity of a zero arity LNE
compiler/basicTypes/VarEnv.lhs | 4 +-
compiler/main/DynFlags.hs | 5 +
compiler/main/StaticFlags.hs | 5 +
compiler/simplCore/CoreMonad.lhs | 1 +
compiler/simplCore/SetLevels.lhs | 777 +++++++++++++++++++++++----------------
compiler/simplCore/SimplCore.lhs | 1 +
compiler/stgSyn/CoreToStg.lhs | 8 +-
compiler/utils/UniqFM.lhs | 3 +
8 files changed, 490 insertions(+), 314 deletions(-)
Diff suppressed because of size. To see it, use:
git show 086780ab789f602a927360e555397d58002fd706
More information about the ghc-commits
mailing list