
On Fri, May 02, 2003 at 02:56:45AM +0200, Peter Simons wrote:
Kirsten Chevalier writes:
I'm running GHC with the following options: -fallow-overlapping-instances -cpp -O1 -fvia-C -fglasgow-exts -package text -dcore-lint -prof -auto-all +RTS -K48M -M1024M -RTS -fno-strictness -Rghc-timing
Did you try setting a bigger "suggested heap size" for GHC with the run-time-system option "-H"? I found that setting something like "-H128M" affected compile times positively on my machine.
I hope this helps ...
I tried compiling the same file with -H512M -M512M instead of -M1024M,
keeping all other options the same. I got the following results:
<
participants (1)
-
Kirsten Chevalier