Visible to Intel only — GUID: GUID-E588678F-014B-4E5D-A2BD-8235DEBEC5CE
Visible to Intel only — GUID: GUID-E588678F-014B-4E5D-A2BD-8235DEBEC5CE
qopt-ra-region-strategy, Qopt-ra-region-strategy
Selects the method that the register allocator uses to partition each routine into regions.
Linux: |
-qopt-ra-region-strategy[=keyword] |
macOS: |
-qopt-ra-region-strategy[=keyword] |
Windows: |
/Qopt-ra-region-strategy[:keyword] |
keyword |
Is the method used for partitioning. Possible values are:
|
-qopt-ra-region-strategy=default |
The compiler determines which method is used for partitioning. This is also the default if keyword is not specified. |
This option selects the method that the register allocator uses to partition each routine into regions.
When setting default is in effect, the compiler attempts to optimize the tradeoff between compile-time performance and generated code performance.
This option is only relevant when optimizations are enabled (option O1 or higher).
None