H1 2015 Priorities and Bare-Metal Programming
Daniel Murphy via Digitalmars-d
digitalmars-d at puremagic.com
Mon Feb 2 20:36:30 PST 2015
"Walter Bright" wrote in message news:map18m$1dvv$1 at digitalmars.com...
> Now, when it can't inline, do you expect the compiler to produce an error
> message?
Yes.
> If so, what corrective action is the user faced with:
The user can modify the code to allow it to be inlined. There are a huge
number of constructs that cause dmd's inliner to completely give up. If a
function _must_ be inlined, the compiler needs to give an error if it fails.
More information about the Digitalmars-d
mailing list