I have migrated a c++ project from msvc 7.1 using boost 1.32 to msvc 9 using boost 1.38.
I have however noticed that the binary compiled under msvc 9 is almost 25% slower than the one compiled under msvc 7.1
The migration wizard in Visual Studio .NET 2008 did the needful, so i have not manually changed any project settings.
Any suggestions or tweaks will be really helpful.
Thanks in advance!
I have however noticed that the binary compiled under msvc 9 is almost 25% slower than the one compiled under msvc 7.1
The migration wizard in Visual Studio .NET 2008 did the needful, so i have not manually changed any project settings.
Any suggestions or tweaks will be really helpful.
Thanks in advance!
Comment