[Issue 14708] destructor for temporary not called during stack unwinding

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 23 02:05:12 PDT 2015


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

Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu

--- Comment #4 from Martin Nowak <code at dawg.eu> ---
FWIW dmd currently emits SEH wrappers around any temporary destruction.
Weird that nobody yet noticed that. Doesn't this severely impact performance on
Win32?

--


More information about the Digitalmars-d-bugs mailing list