patch applied (ghc): Allow inlining in "SimplGentle" mode
Simon Peyton Jones
simonpj at microsoft.com
Mon Nov 9 05:41:33 EST 2009
Mon Nov 9 02:39:20 PST 2009 simonpj at microsoft.com
* Allow inlining in "SimplGentle" mode
Ignore-this: 1d30cc7f672a43d1c9e6180709ebb036
This change helps to break the mutual recursion generated by
an instance declaration.
See Note [Gentle mode] in SimplUtils
M ./compiler/main/DynFlags.hs -8 +19
M ./compiler/simplCore/SimplCore.lhs -6 +7
M ./compiler/simplCore/SimplEnv.lhs -4 +4
M ./compiler/simplCore/SimplMonad.lhs -1 +4
M ./compiler/simplCore/SimplUtils.lhs -15 +67
M ./compiler/simplCore/Simplify.lhs -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091109103920-1287e-88d8c1fea059a947dd119f03996d30f19920eefa.gz
More information about the Cvs-ghc
mailing list