Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - this option enables reordering of instructions (instruction scheduling) to http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
This option enables reordering of instructions (instruction scheduling) to
achieve better performance on pipelined architectures such as the Intel 486
and Pentium processors.  This option is essential for generating fast code
for the Intel Pentium processor.  Selecting this option will make it
slightly more difficult to debug because the assembly language instructions
generated for a source statement may be intermixed with instructions
generated for surrounding statements.  The macro __SW_OR will be predefined
if "or" is selected.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson