Plan for D

rikki cattermole rikki at cattermole.co.nz
Mon May 17 10:39:39 UTC 2021


On 17/05/2021 8:32 PM, sighoya wrote:
> Just a question, is anything about the GC part of the language spec of D?
> Is it possible to introduce a task local GC to D in another compiler 
> without to touch the D language?

It has nothing to do with the compiler.

You can implement it fully in your own code base if you want and select 
it at runtime.

https://github.com/dlang/druntime/blob/master/src/core/gc/registry.d
https://github.com/dlang/druntime/blob/master/src/core/gc/config.d#L53


More information about the Digitalmars-d mailing list