LLVM D ... concurrent garbage collector ...

Sean Kelly sean at invisibleduck.org
Mon Sep 8 16:33:55 PDT 2008


Chris R. Miller wrote:
> 
> Am I reading that right?  A garbage collector that wouldn't have to
> suspend the runtime?  Or just one that plays nice with threads?
> 

There are GCs that don't have to suspend any threads: incremental GCs. 
But they need language support to work... and I'm not sure the concept 
really fits in a systems language.


Sean



More information about the Digitalmars-d mailing list