[D-runtime] Precise garbage collection

Jonathan M Davis jmdavisProg at gmx.com
Fri Jun 28 10:26:01 PDT 2013


On Friday, June 28, 2013 10:16:29 Steven Schveighoffer wrote:
> Another consideration to think about -- we currently have no calls to
> non-class finalizers in the GC. Using TypeInfo pointers would facilitate
> this. I feel like this may tip the scales towards an all-TypeInfo
> solution.

Yeah. It occurred to me that that would be the case when Rainer gave his talk. 
Getting it fixed so that struct finalizers can be run would be really cool.

- Jonathan M Davis


More information about the D-runtime mailing list