C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Global Register Allocation (/Oe)
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Syntax:  /Oe
 
     This option instructs the compiler to ignore the register keyword
     and store the value of frequently used variables and subexpressions
     in registers.
                                    -♦-