[Haskell-cafe] Re: Real-time garbage collection for Haskell

Curt Sampson cjs at starling-software.com
Thu Mar 4 03:24:35 EST 2010


On 2010-03-02 14:17 +0000 (Tue), Simon Marlow wrote:

> System.Mem.performGC is your friend, but if you're unlucky it might do a  
> major GC and then you'll get more pause than you bargained for.

Anybody calling that is a really poor unlucky sod, because, as far as I
can tell from reading the sources, System.Mem.performGC always does a
major GC.

cjs
-- 
Curt Sampson         <cjs at cynic.net>         +81 90 7737 2974
             http://www.starling-software.com
The power of accurate observation is commonly called cynicism
by those who have not got it.    --George Bernard Shaw


More information about the Haskell-Cafe mailing list