How Garbage Collector works?

Walter Bright newshound2 at digitalmars.com
Wed Aug 11 23:08:21 PDT 2010


Borneq wrote:
> Unlike Java, in D there are pointers and structs. Did not prevent it 
> from operation of Garbage Collector? Where is described garbage 
> collection algorithm ?

The technical term for D's current gc algorithm is a conservative mark-sweep 
garbage collection algorithm. If you google on that, you'll find a lot of 
information.


More information about the Digitalmars-d mailing list