Discusssion on the Discussion of the Design for a new GC
Mike via Digitalmars-d
digitalmars-d at puremagic.com
Thu Apr 24 00:09:26 PDT 2014
On Wednesday, 23 April 2014 at 15:33:36 UTC, Orvid King wrote:
> After all of that, I intend to include a base draft of the
> design of the GC, along with opening the PRs and committing the
> starting API. So, is there something I’m missing? Am I
> overlooking the obvious? Is there a more practical way to
> produce the same results?
What specific problems do you hope to solve with the new design?
Is it only to improve the speed at which the GC runs to
completion on a single pass? What about premptability so the GC
could run as a low priority task, and be interrupted at any time
to run something at a higher priority? Is that out of scope?
Mike
More information about the Digitalmars-d
mailing list