Are the “inline” keyword and “inlining” optimization separate concepts?
I wasn’t sure about your claim: Smaller functions are automatically “inlined” by optimizer irrespective of inline is mentioned or not… It’s quite clear that the user doesn’t have any control over function “inlining” with the use of keyword inline. I’ve heard that compilers are free to ignore your inline request, but I didn’t think they … Read more