Syntax

-Orl

Description

The -Orl option enables allocation of local variables to processor registers for the lifetime of a function. Register allocation of locals to processor registers will always reduce code size and increase execution speed.

See Also

-Or- (Disable register allocation)
-Org (Register allocation of locals and global addresses)