Thread overview
[Issue 12442] inefficient code with scope(exit)
May 04, 2014
Walter Bright
May 05, 2014
Andrej Mitrovic
Sep 29, 2014
Martin Nowak
Apr 05, 2018
Basile B.
Mar 21, 2020
Basile-z
May 04, 2014
https://issues.dlang.org/show_bug.cgi?id=12442

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Severity|normal                      |enhancement

--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> ---
See also https://issues.dlang.org/show_bug.cgi?id=12384

--
May 05, 2014
https://issues.dlang.org/show_bug.cgi?id=12442

--- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to Andrej Mitrovic from comment #2)
> Similar performance worry about scope(success); http://forum.dlang.org/thread/mailman.493.1358378360.22503.digitalmars- d@puremagic.com?page=1

Can this be optimized separately from scope(exit)? I still have to go and re-read that thread again but in the meantime maybe someone else can chime in.

--
September 29, 2014
https://issues.dlang.org/show_bug.cgi?id=12442

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5

--
April 05, 2018
https://issues.dlang.org/show_bug.cgi?id=12442

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |FIXED

--- Comment #6 from Basile B. <b2.temp@gmx.com> ---
Nowadays with -O same code is generated, likely since quire recently (https://forum.dlang.org/thread/ovbduq$m3a$1@digitalmars.com).

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=12442

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--