The problem with the D GC

Luís Marques luismarques at gmail.com
Tue Jan 9 03:58:17 PST 2007


Sean Kelly wrote:
> It's a modified version of the DMD GC.  The "don't scan blocks 
> containing elements smaller than pointer size" feature is built-in, and 
> there is user-level control of that behavior on a per-block basis, among 
> other things.  But it's still the same old mark/sweep GC at heart.

Does the new GC allow setting a hook to be informed of when a given 
object was collected? (I need that)

Luís



More information about the Digitalmars-d mailing list