Concurrent GC (for Windows)

Paulo Pinto via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 4 00:14:38 PDT 2014


On Wednesday, 4 June 2014 at 06:51:04 UTC, Jacob Carlborg wrote:
> 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?

Note that there are native compilers for Java and C#.


More information about the Digitalmars-d mailing list