[commit: ghc] late-lam-lift: the late lambda float --- this vacuous comment is not intended to survive (6d46119)

Nicolas Frisby nicolas.frisby at gmail.com
Fri Apr 12 17:02:06 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : late-lam-lift

https://github.com/ghc/ghc/commit/6d46119d421b89bc7e927dfb19931647b8c0c736

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

commit 6d46119d421b89bc7e927dfb19931647b8c0c736
Author: Nicolas Frisby <nicolas.frisby at gmail.com>
Date:   Thu Mar 7 01:06:19 2013 +0000

    the late lambda float --- this vacuous comment is not intended to survive

 compiler/coreSyn/CoreFVs.lhs       |   1 +
 compiler/coreSyn/CoreSyn.lhs       |   6 +-
 compiler/coreSyn/CoreUnfold.lhs    |  52 +--
 compiler/main/DynFlags.hs          |  81 ++++-
 compiler/simplCore/CoreMonad.lhs   |  71 +++-
 compiler/simplCore/FloatOut.lhs    |   2 +-
 compiler/simplCore/SetLevels.lhs   | 656 ++++++++++++++++++++++++++++++++++---
 compiler/simplCore/SimplCore.lhs   |  49 ++-
 compiler/specialise/SpecConstr.lhs |   2 +-
 compiler/stranal/WwLib.lhs         |   8 +-
 10 files changed, 826 insertions(+), 102 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 6d46119d421b89bc7e927dfb19931647b8c0c736



More information about the ghc-commits mailing list