Things that keep D from evolving?

Marco Leise via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Feb 6 18:50:53 PST 2016


Am Sat, 06 Feb 2016 23:18:59 +0000
schrieb Ola Fosheim Grøstad
<ola.fosheim.grostad+dlang at gmail.com>:

> Things that could speed up collection:
> - drop destructors so you don't track dead objects

Interesting, that would also finally force external resources
off the GC heap and into deterministic release. That needs a
solution to inheritance though. Think widget kits.

-- 
Marco



More information about the Digitalmars-d-learn mailing list