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?
3
votes
2answers
81 views
How to compile and start VSC++ Projects Faster?
What techniques do you use to compile and start VSC++ projects fast?
For us, especially the loading of all the dlls take a long time. Is there a way to speed this up? The project loads a ton of .dlls ...