Hi all,

I have noticed that profiling in ghc-2.03 in combination with
-O or -O2 is not possible because of some problems at the
linking stage. Also it turns out that profiling combined with
tracing results in programs which don't output any trace at all.

Are the problems related to profiling an optimization resolved
in ghc-2.04? I have programs which havilly depend of
optimization. Without it, I have to say nasty things like
 +RTS -H100M -K1M -hC -RTS. Whereas normally a heap of 16M
suffices.

I have also noticed (no bug) that programs with bigger heaps
need more stack. Is this due to garbage collection?

Regards,


Marc

Reply via email to