I have never heard of this advice. In C++, the inline keyword is what I would use to hint to the compiler that I think a function is a good candidate to be inlined, i.e., instead of having a function...