|
RE: compiling PrimOp.lhs: msg#00053lang.haskell.glasgow.bugs
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> |
|---|---|---|
| Previous by Date: | RE: internal error, Simon Peyton-Jones |
|---|---|
| Next by Date: | [ ghc-Bugs-955386 ] Unhelpful panic (incorrect flag), SourceForge.net |
| Previous by Thread: | RE: compiling PrimOp.lhs, Simon Peyton-Jones |
| Next by Thread: | ghc-6-2-branch `internal error', Serge D. Mechveliani |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |