[Off-Topic] John Carmack's point of view on GC and languages like JavaScript

Steven Schveighoffer schveiguy at gmail.com
Tue Aug 9 01:18:19 UTC 2022


On 8/8/22 6:32 PM, Ethan wrote:

> I have been meaning to sit down and work on a concurrent GC, but LOLNO 
> as if I have the time.

If you mean concurrent as in it can use multiple threads, that already 
is happening.

If you mean concurrent as in you can allocate and mark/sweep in separate 
threads independently, that would be a huge improvement.

Even if you have some way to designate "this one thread can't be 
paused", and figure out a way to section that off, it would be huge.

-Steve


More information about the Digitalmars-d mailing list