LLVM D ... concurrent garbage collector ...

Robert Jacques sandford at jhu.edu
Fri Sep 19 22:53:16 PDT 2008


On Fri, 19 Sep 2008 17:21:32 -0400, renoX <renosky at free.fr> wrote:

> The 'ideal GC' must have so many properties: concurrent, incremental,  
> scalable, real-time, VM-aware (so that its performance stays correct  
> even with swapping), precise, compacting (to reduce trashing caused by  
> leaks) AND still being somewhat efficient in memory and CPU usage..

I'd also add support for ownership types (i.e. shared / local) to that  
list although it's kinda part of scalable.




More information about the Digitalmars-d mailing list