patch applied (nofib): subvert recent optimisations in GHC
Simon Marlow
simonmar at microsoft.com
Wed Feb 8 07:07:07 EST 2006
Tue Feb 7 06:08:59 PST 2006 Simon Marlow <simonmar at microsoft.com>
* subvert recent optimisations in GHC
Some of these tests were using 'take' in their attempts to duplicate
some work and hence run longer, but since GHC just started deforesting
'take' this stopped working. Now we use {-# NOILINE #-} as a
hopefully more robust way to subvert optimisations.
M ./spectral/boyer/Main.lhs -1 +3
M ./spectral/clausify/Main.hs -1 +3
M ./spectral/rewrite/Main.lhs -1 +3
More information about the Cvs-ghc
mailing list