Running a "final" finaliser

Tomasz Zielonka t.zielonka at students.mimuw.edu.pl
Mon Dec 22 11:40:59 EST 2003


On Mon, Dec 22, 2003 at 11:34:14AM +0100, Tomasz Zielonka wrote:
> 
> Moreover, it is not guaranteed that performGC will trigger a full GC.
> Most often it will reclaim only the 0th generation. I think it would be
> useful to have something like performFullGC.

Or rather performMajorGC :)

It seems that in GHC it suffices to

    foreign import ccall performMajorGC :: IO ()

Best regards,
Tom

-- 
.signature: Too many levels of symbolic links


More information about the Glasgow-haskell-users mailing list