
14 Dec
2006
14 Dec
'06
8:58 p.m.
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