must I port time critical code from Visual C++ 6.0 to 7.0 ?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I'm thinking about porting a time-critical code from VC++6.0 to VC++7.0, did anyone make something like that and could observe peformance gains ? Probably I'll waste some time doing it... Tx for any information ;) GuimaSun www.nexsun.com.br
-
I'm thinking about porting a time-critical code from VC++6.0 to VC++7.0, did anyone make something like that and could observe peformance gains ? Probably I'll waste some time doing it... Tx for any information ;) GuimaSun www.nexsun.com.br
You could theoretically get some perf boost from Whole Program Optimization introduced in 7.0. Of course, it greatly depends on specifics of your code. Did you actually profile it, anyway? :) Tomasz Sowinski -- http://www.shooltz.com