visual-studiovisual-studio-2010visual-studio-express

Are the compilers in VisualStudio 2010 Express less optimized than their Professional version counterparts?


I recall in the old days the Express version of the C++ portion of Visual Studio did not include the optimizing compiler. Is this the case? I would guess that it's less of an issue for the managed languages since the optimization occurs during JITting?


Solution

  • No they are not. The exact same compilers ship in Express and Non-Express SKUs.