Concurrent GC (for Windows)

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 3 23:51:04 PDT 2014


On 03/06/14 09:35, Rainer Schuetze wrote:
> 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.

How does other GC's handle these memory problems? I'm thinking of Java 
and C#, or do they have some advantage of being run in a virtual machine?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list