Concurrent GC (for Windows)

Rainer Schuetze via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 3 00:35:07 PDT 2014


Hi,

more GC talk: the last couple of days, I've been experimenting with 
implementing a concurrent GC on Windows inspired by Leandros CDGC. 
Here's a report on my experiments:

http://rainers.github.io/visuald/druntime/concurrentgc.html

tl;dr: there is a working(?) partially concurrent GC here: 
https://github.com/rainers/druntime/tree/concurrent_gc2
but it eats a whole lot of memory.

Rainer


More information about the Digitalmars-d mailing list