Tagged Questions
6
votes
5answers
2k views
Does GCC inline C++ functions without the 'inline' keyword?
Does GCC, when compiling C++ code, ever try to optimize for speed by choosing to inline functions that are not marked with the inline keyword?