http://d.puremagic.com/issues/show_bug.cgi?id=8199
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Severity|normal |major --- Comment #1 from [email protected] 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: -------
