Optimizing Your Code: Overview
Feature Only in Professional and Enterprise Editions Code optimization is supported only in Visual C++ Professional and Enterprise Editions. For more information, see .
Visual C++ contains compiler options, pragmas, and code modifiers that you can use to optimize your executable file or dynamic-link library (DLL).
For information on how to optimize a DLL, see declspec(dllimport).