DIP56 Provide pragma to control function inlining

Walter Bright newshound2 at digitalmars.com
Sun Feb 23 12:48:48 PST 2014


On 2/23/2014 11:04 AM, Dicebot wrote:
> Optional recommendation for inlining already exists - it is current default.

That is not the point of the pragma. The point of always inlining is (as Manu 
explained) some functions need to be inlined even in debug mode, as the code 
would otherwise be too slow to even debug.


More information about the Digitalmars-d mailing list