DIP56 - inlining

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 3 20:50:19 PST 2015


On 2/3/2015 5:57 PM, ZombineDev wrote:
> Will this proposal allow to override the inlining of a function at the call site?

No. It marks the function, not the call site.

Though there would a simple way to do this - make a 'never inline' function that 
wraps the 'always inline' one, and call the former.


More information about the Digitalmars-d mailing list