[Issue 12442] inefficient code with scope(exit)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 5 04:14:13 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12442


Martin Nowak <code at dawg.eu> changed:

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


--- Comment #3 from Martin Nowak <code at dawg.eu> 2014-04-05 04:13:57 PDT ---
The inefficiency comes from the extra call for the finally block, but we need a
good idea how to make it cheaper.
Maybe it's somehow possible to inline the finally block for the normal control
flow.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list