Selects the method that the register allocator uses to partition each routine into regions.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -opt-ra-region-strategy[=keyword] |
Windows: | /Qopt-ra-region-strategy[:keyword] |
keyword |
Is the method used for partitioning. Possible values are:
|
-opt-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 (O1 or higher).
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.