[Issue 2834] Struct Destructors are not called by the GC, but called on explicit delete.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 10 08:41:57 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=2834



--- Comment #5 from Sean Kelly <sean at invisibleduck.org> 2010-07-10 08:41:54 PDT ---
Fixing this will probably be fairly involved.  The GC will have to store a
TypeInfo reference for each block that needs to be finalized.  The best
approach may be to integrate this with precise scanning, since that requires
detailed type info too.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list