The problem with the D GC

Benji Smith dlanguage at benjismith.net
Wed Jan 10 17:55:14 PST 2007


The only comment I'd like to add is this:

At the same time as we're thinking about how to use a precise collector 
instead of a conservative collector, we should also think about how to 
implement a generational copying collector, since it might be necessary 
to add new constructs to the core language (pointer pinning, for 
example) to facilitate the new collector semantics.

--benji



More information about the Digitalmars-d mailing list