patch applied (ghc): Make postInlineUnconditaionally more
conservative
Simon Peyton Jones
simonpj at microsoft.com
Thu Aug 10 10:16:57 EDT 2006
Thu Aug 10 07:11:45 PDT 2006 simonpj at microsoft.com
* Make postInlineUnconditaionally more conservative
I'm being more paranoid about repeatedly simplifying things (to avoid
exponential behaviour.) postInlineUnconditionally looks as if it
could repeated simplify the same expression; this patch stops it doing
so.
The extra lines are all comments!
M ./compiler/simplCore/SimplUtils.lhs -23 +40
More information about the Cvs-ghc
mailing list