- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I've tested sample files in Compiler Optimization and wondering how to set /fast.
I've successfully set optimization levels: disabled, /O1, /O2 and /O3, and find /O3 run fastest.
Thanks.
MikeLiu
I've tested sample files in Compiler Optimization and wondering how to set /fast.
I've successfully set optimization levels: disabled, /O1, /O2 and /O3, and find /O3 run fastest.
Thanks.
MikeLiu
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't recommend using /fast - at least not until version 11 - as it implies (in 10.1) /QxT and that means your program may not run if you are not using an Intel Core 2 processor. (In version 11 /fast implies /QxHost, which optimizes for the system you compile on.) You can specify the other options it implies separately. If there is an option you do not see a property for, add the switch on the Command Line property page. You can put /fast here if you want to try it.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page