digitalmars.D.bugs - [Issue 11408] New: allow GC allocations in finalizers
- d-bugmail puremagic.com (22/22) Nov 01 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11408
http://d.puremagic.com/issues/show_bug.cgi?id=11408 Summary: allow GC allocations in finalizers Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: druntime AssignedTo: nobody puremagic.com ReportedBy: code dawg.eu This has been disabled due to possible memory corruptions in https://github.com/D-Programming-Language/druntime/pull/16. The problem is that cleanup or error checking often does require memory allocations (e.g. bug 7349). We should investigate whether it's possible to have an extra pool for allocations from finalizers. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 01 2013