Visual Studio 2008 awful performance
- by Nima
Hi,
I have ported a piece of C++ code, that works out of core, from Linux(Ubuntu) to Windows(Vista) and I realized that it works about 50times slower on VS2008! I removed all the out of core parts and now I just have a piece of code that has nothing to do with the hard disk.
I set compiler parameters to O2 in Project Properties but still get about 10times slower than g++ in linux!
Does anybody have an idea why it is this much slower under VS?
I really appreciate any kind of hint!
Thanks,