[Issue 11408] New: allow GC allocations in finalizers
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 1 00:12:11 PDT 2013
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 at puremagic.com
ReportedBy: code at dawg.eu
--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-11-01 00:12:09 PDT ---
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: -------
More information about the Digitalmars-d-bugs
mailing list