What's the go with the GC these days?

Walter Bright newshound2 at digitalmars.com
Sun Jan 6 08:36:41 UTC 2019


On 1/5/2019 9:11 PM, Neia Neutuladh wrote:
> I'm not sure how much sense it makes to have a generational GC without
> write barriers.

Eh, I invented a technique in the 90's to do that. Then I read a paper about it, 
it's called a "mostly copying" generational GC. All it does is pin the objects 
it isn't sure about (i.e. ambiguous pointers to them).



More information about the Digitalmars-d mailing list