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
That seems to be how Rust does it, but I'm not really clear how attributes work in Rust.
http://static.rust-lang.org/doc/master/rust.html#inline-attributes
