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.

Setting this in CrossStudio

To enable allocation of local variables to processor registers for a project:

To enable allocation of local variables to processor registers for a particular file:

See Also

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