The Death of Finalizers

Simon Marlow simonmar at microsoft.com
Tue Oct 22 05:32:55 EDT 2002


> Do we still have atomicModifyIORef?
> 
> I don't know that there's that much point now that Haskell finalizers
> are gone.  I don't have a strong objection (esp. since it seems every
> implementation now has it) but it doesn't seem so necessary now.

It ought to be significantly faster than using MVars if you can get away
with it.  I haven't measured it though.

Cheers,
	Simon



More information about the FFI mailing list