[Issue 10848] Compiler should always try to inlining a direct lambda call

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 18 23:51:37 PDT 2013


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


Manu <turkeyman at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |turkeyman at gmail.com


--- Comment #1 from Manu <turkeyman at gmail.com> 2013-08-18 23:51:35 PDT ---
Sounds like a good case for a __forceinline attribute, and then apply it
implicitly in this case. This situation could leverage the same internal
mechanic.

I still have MANY places where I want to guarantee inlining of certain
functions.

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