Garbage collection book

Martin Nowak dawg at dawgfoto.de
Thu Oct 6 15:28:02 PDT 2011


On Thu, 06 Oct 2011 00:08:08 +0200, Jonathan M Davis <jmdavisProg at gmx.com>  
wrote:

> On Wednesday, October 05, 2011 13:39 Walter Bright wrote:
>> On 10/5/2011 12:31 PM, Jonathan M Davis wrote:
>> > And D's GC can use all of the help that it can get.
>>
>> It's not that bad. For one thing, it's reliable.
>
> Regardless of how good or bad it is, it needs all the help that it can  
> get.
> The GC is critical to performance, and every bit of performance that we  
> can
> eke out of it is valuable.
>
> - Jonathan M Davis

For a real approach to GC.
http://www.artima.com/lejava/articles/azul_pauseless_gc.html
http://www.managedruntime.org/
You probably have to subtract some marketing promises.

More realistically, are there any rough ideas how to support moving  
collectors?


More information about the Digitalmars-d mailing list