-Orl
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.
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:
-Or- (Disable register allocation), -Org (Register allocation of locals and global addresses)