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.