Quick Tips On Using Whole Program Optimization
Hi, I’m Jerry Goodwin from the Visual C++ code generation and optimization team, with a couple quick tips on using Whole Program Optimization, also referred to as Link Time Code Generation (LTCG). If you’re writing native C++ code, you can typically speed up your optimized code by about another 3-4% by adding the /GL flag to your ...