[Haskell-cafe] Asking the GHC garbage collector to run

2009-02-10 Thread Mads Lindstrøm
Hi all,

Is it possible to ask the GHC garbage collector to run ? Something like
a collectAllGarbage :: IO() call.


Greetings,

Mads Lindstrøm



___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] Asking the GHC garbage collector to run

2009-02-10 Thread Don Stewart
mads_lindstroem:
 Hi all,
 
 Is it possible to ask the GHC garbage collector to run ? Something like
 a collectAllGarbage :: IO() call.

System.Mem.performGC

iirc,
Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe