Crossware

Table of Contents        Previous topic       Next topic       

C COMPILER->Compiler Command Line Options->Global Register Allocation (/Og)

This option tells the compiler to perform global register allocation.  All expressions in a module are then examined and all potential candidates for register variables are identified.  The most desirable candidates are allocated as register variables.

Use of the /Or option in addition to the /Og option increases the desirability of identifiers qualified by the register keyword.