Re: heap and other problems self-compiling 4.02

1999-05-19 Thread Sven Panne
Thomas Pasch wrote: [...] But when it cames to compile ParselFace.hs in ghc/compiler/rename the Heap was exhausted. IIRC, -dcore-lint radically cuts down the heap required for the compilation of this module. Cheers, Sven -- Sven PanneTel.:

RE: heap and other problems self-compiling 4.02

1999-05-19 Thread Simon Marlow
IIRC, -dcore-lint radically cuts down the heap required for the compilation of this module. And try -funfolding-use-threshold0 too. Cheers, Simon

Re: heap and other problems self-compiling 4.02

1999-05-19 Thread Giuliano P Procida
Hello. On Wed, May 19, 1999 at 10:16:54AM +0200, Thomas Pasch wrote: I tried to compile 4.02 from sources on a ix86-linux-glibc2.1 machine and found that this is simply impossible. But when it cames to compile ParselFace.hs in ghc/compiler/rename the Heap was exhausted. One solution is to

Re: heap and other problems self-compiling 4.02

1999-05-19 Thread Giuliano P Procida
In my previous message I suggested "GhcHcOpts = foo", this should have been "+=". Giuliano -- [EMAIL PROTECTED]

RE: heap and other problems self-compiling 4.02

1999-05-19 Thread Simon Marlow
Isn't it about time a note about -dcore-lint was placed on http://research.microsoft.com/users/t-simonm/ghc/download_ghc_402.html Ok, Ok. Done. Simon