-Or: Register Optimization

When accessing pointer fields, this option prevents the compiler from reloading the pointer address for each access. An index register holds the pointer value across statements when possible.

Note: This option may not be available for all targets.