[Issue 14119] Must not allocate TraceInfo for FinalizeErrors

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Apr 21 15:48:26 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14119

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
We should require
http://dlang.org/library/core/runtime/runtime.trace_handler.html to be @nogc.
For a deprecation phase we could still accept allocating trace handlers, but
not call them in @nogc errors like onOutOfMemoryError.

--


More information about the Digitalmars-d-bugs mailing list