SPRUI04F july 2015 – april 2023
The compiler helps maximize the use of registers for storing local variables, parameters, and temporary values. Accessing variables stored in registers is more efficient than accessing variables in memory. Register variables are particularly effective for pointers.
This type of optimization is enabled by the --opt_level=0 and higher optimization settings.