Garbage Collector

Edwin van Leeuwen via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 15 11:28:42 PDT 2016


On Wednesday, 15 June 2016 at 17:03:21 UTC, Konstantin wrote:
> On Wednesday, 15 June 2016 at 13:56:09 UTC, Jack Stouffer wrote:
>>> Has anyone thought about taking GC from .NET and reusing it 
>>> in D?
>> Two words: write barriers.
> What about them? You mean not all D’s target platforms support 
> them?

I think he meant that the .NET GC (and most GC designs) rely on 
write barriers, but D does not have write barriers, since D is 
meant to be a proper systems language.


More information about the Digitalmars-d mailing list