SPRUIG8J January 2018 – March 2024
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.