Leandro Lucarella wrote:
BTW, is there any real interest in adding some more power to the GC implementator to allow some kind of moving or generational collector?
That would be awesome!
Here are some good starting points on how to allow better GC support in D: http://d.puremagic.com/issues/show_bug.cgi?id=679 http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D&article_id=35426 Anyway, if you are interested in my progress, I have a blog[1] where I write almost everything I do related to the subject. The blog it's in Planet D, but Planet D seems to be broken =/ [1] http://proj.llucax.com.ar/blog/dgc/blog
Great, I'll follow. Speaking of readings, here's a paper that I found intriguing. Maybe it could provide inspiration: GC assertions: Using the Garbage Collector to Check Heap Properties (I'd send a link but I can't open the browser; I'm ATM on a Windows machine that has a problem. Long story.)
Andrei