[RFC]Proposal for better garbage collection

deadalnix deadalnix at gmail.com
Thu Feb 23 09:05:31 PST 2012


You didn't mention what is the most important IMO.

In D, most data are thread local. Shared data are either shared or 
immutable.

Both thread local data and immutable data lead to very interesting GC 
optimisations. This is where we need language support.


More information about the Digitalmars-d mailing list