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.htmltl;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
