[Haskell-cafe] Stack, Heap and GHC

Donald Bruce Stewart dons at cse.unsw.edu.au
Thu Dec 14 20:58:28 EST 2006


felix:
> Hello everyone,
> 
> I have been trying to run a Haskell program of mine that does an
> extensive computation with very large amounts of data. I compiled the
> program with ghc --make. When I run it it terminates after some time

Did you compile with -O (optimisations). Sometimes this fixes things,
and its just good practice.

-- Don


More information about the Haskell-Cafe mailing list