factor1

Turns on factorization step 1.

Syntax
  #pragma factor1   
Remarks

Compiler performs the factorization step 1. To turn off factor1, use nofactor1. This optimization is performed on global variables before register allocation, takes into account register pressure, and replaces absolute addressing with indirect addressing.

This pragma does not correspond to any panel setting in the Language panel. By default, this pragma is enabled at global optimization level 2 and above.