[Issue 8199] stack is not aligned in finally block

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 14 08:40:36 PDT 2012


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


dawg at dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
           Severity|normal                      |major


--- Comment #1 from dawg at dawgfoto.de 2012-06-14 08:42:49 PDT ---
https://github.com/D-Programming-Language/dmd/pull/988

This bug affects all calls from a finally block that require an aligned stack.
The "optimization" is also a huge performance hog. Abusing return as indirect
jump always incurs a branch misprediction.

-- 
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