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 - when the "ob" option is specified, the code generator will try to order the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
When the "ob" option is specified, the code generator will try to order the
blocks of code emitted such that the "expected" execution path (as
determined by a set of simple heuristics) will be straight through, with
other cases being handled by jumps to separate blocks of code "out of line".
 This will result in better cache utilization on the Pentium.  If the
heuristics do not apply to your code, it could result in a performance
decrease.

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