Inference of GC allocation scope

Petar Petar
Thu Nov 16 17:39:02 UTC 2017


On Thursday, 16 November 2017 at 17:29:56 UTC, Nordlöw wrote:
> Are there any plans on a compiler pass that finds scoped 
> GC-allocations and makes their destructors deterministic 
> similar to D's struct scope behaviour?

https://github.com/ldc-developers/ldc/blob/master/gen/passes/GarbageCollect2Stack.cpp


More information about the Digitalmars-d-learn mailing list