Componentizing D's garbage collector

Joseph Cassman jc7919 at outlook.com
Fri Jan 10 14:25:25 PST 2014


On Friday, 10 January 2014 at 09:57:18 UTC, Joseph Rushton 
Wakeling wrote:
> On 10/01/14 09:03, Andrei Alexandrescu wrote:
>
> Can you recommend some good background reading for those of us 
> who would love to have some input (or at least insight) to 
> this, but don't yet have the theoretical understanding?

I like the thesis "Scheduling Garbage Collection in Embedded 
Systems" by Roger Henriksson. It shows how GC can work with 
various types of systems, including real-time embedded control 
systems. It includes a comparison of GC styles. And disects an 
actual algorithm.

Joseph


More information about the Digitalmars-d mailing list