|
|
|
|
|
by panstromek
7 hours ago
|
|
Yes, and there is some compiler flag to do this, even though it's not 100% intended for this use (I think it's something like mir-inline-trheshold=0). There's also -Zhint-mostly-unused flag. The tradeoff is that these functions then have to be encoded in metadata for downstream crates, so it's not necessarily faster. |
|