
8 Apr
2009
8 Apr
'09
11:20 a.m.
On Wed, Apr 8, 2009 at 3:21 AM, Roel van Dijk
Suspiciously, "ghc -O2 --make" is almost as fast at 24.438s (6.10.2)
You have to be careful when recompiling with a different -O setting that you first remove all intermediate files (.o and .hi). I think that GHC only looks at the source to determine which files need to be compiled and not at any settings.
Thanks, I noticed that. All these timings were done after the removal of intermediate files and recompilation.