DIP56 - inlining

Orvid King via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 3 14:47:30 PST 2015


On Tuesday, 3 February 2015 at 22:30:22 UTC, Walter Bright wrote:
> http://wiki.dlang.org/DIP56
>
> There's been enough discussion, time to make a decision and 
> move on.
>
> I changed the description to:
>
> "If a pragma specifies always inline, and the compiler cannot 
> inline it, a warning will be generated. Implementations will 
> likely vary in their ability to inline."

I just created a proposal for a more general syntax to allow 
user's to apply attributes like inlining in a way that can easily 
be supported across compilers, and, in my eyes, is clearer about 
what code the attribute is applied to than a pragma is.

http://wiki.dlang.org/DIP72


More information about the Digitalmars-d mailing list