On 2/23/14, 4:07 AM, Walter Bright wrote:
http://wiki.dlang.org/DIP56Manu has needed always inlining, and I've needed never inlining. This DIP proposes a simple solution.
This makes inlining dependent on previously-seen code. Would that make parallel compilation more difficult?
I've always thought the obvious/simple way would be an attribute such as @forceinline and @noinline that applies to individual functions.
Andrei
