Code quality? #
Posted Tuesday 18th December 2007 12:14 GMT
I know this question marks me as an old-timer, but: how is the quality of the code generation?
Yes, code generation. Will the VS2008 C/C++ compile my program to code that runs optimally for a given CPU type? Does it support generation of post-SSE2 SIMD instructions? Does it support auto-parallellized code for use on multi-core CPU? Will Microsoft's framework du jour make my program high in memory consumption?
It's a given that Visual Studio is more bloated that it's predecessor, and that Microsoft will use it to push their latest paradigm. I just want to know what all this fluff buys me for the end product - the code generated by the compiler.


