run time

run time

Community Admin的头像

I just bought the Visual Fortran compiler 6.6.0 to replace my "old" powerstation Microsoft Fortran 4.0. To my surprise, the Exe code is executed slower by about 20%. How can it be?
I use FL32 /Ox by both compilers from Dos.

3 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项.
Community Admin的头像

Have you tried df /optimize:5 /fast /assume:buffered_io ?

Steve Lionel (Intel)的头像

The FL32 command, by default, disables some optiimizations. The command line James suggests should work well.

Steve

Steve

登陆并发表评论。