logo       

RE: compiling PrimOp.lhs: msg#00053

lang.haskell.glasgow.bugs

Subject: RE: compiling PrimOp.lhs

On 17 May 2004 09:05, Simon Peyton-Jones wrote:

> I advise against giving -H flags to GHC if you have plenty of memory.
> Might push up your GC time a lot.

I think you mean -M. The -H flag just increases the default heap size,
and can only make compilation faster (ignoring cache effects). The -M
flag sets a limit on the heap size, and will cause the compacting
collector to kick in when the limit is approached.

Cheers,
Simon


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise