Wed Feb 27 06:45:05 PST 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Add and use seqBitmap when constructing SRTs
This roughly halves memory usage when compiling
module Foo where
foo :: Double -> Int
foo x | x == 1 = 1
...
foo x | x == 500 = 500
without optimisation.
M ./compiler/codeGen/Bitmap.hs -1 +6
M ./compiler/simplStg/SRT.lhs -2 +2
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc
