Concurrent GC (for Windows)

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 15 14:43:19 PDT 2014


On 06/12/2014 08:34 AM, Rainer Schuetze wrote:
> If I add the actual copy into heap2 (i.e. every fourth page of 512 MB is
> copied), I get 80-90 ms more.
>
> The numbers are not great, but I guess the usual memory usage and number
> of modified pages will be much lower. I'll see if I can integrate this
> into the concurrent implementation.

Is there a chance that we can pause mutator threads when they trigger to 
many page copies?


More information about the Digitalmars-d mailing list