More recent work on GC

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 14 09:37:41 PST 2015


On Wednesday, 14 January 2015 at 16:09:06 UTC, Dominikus Dittes 
Scherkl wrote:
> On Wednesday, 14 January 2015 at 06:15:09 UTC, Andrei 
> Alexandrescu wrote:
>> On my reading list:
>>
>> http://research.microsoft.com/pubs/230708/conservative-gc-oopsla-2014.pdf
>>
> Interesting. non-exact GC but with about the same performance.
> The bad part for D would be, that this GC collects 
> periodically, so even if you don't use GC'ed memory it will be 
> invoked :-/

You could still GC.disable(); /* realtime work here */ 
GC.enable(); of course


More information about the Digitalmars-d mailing list