Visible to Intel only — GUID: GUID-4B964870-8DAC-4DC6-A9EA-A7E43A3BD87B
Visible to Intel only — GUID: GUID-4B964870-8DAC-4DC6-A9EA-A7E43A3BD87B
qopt-jump-tables, Qopt-jump-tables
Enables or disables generation of jump tables for switch statements.
Linux: |
-qopt-jump-tables=keyword -qno-opt-jump-tables |
macOS: |
-qopt-jump-tables=keyword -qno-opt-jump-tables |
Windows: |
/Qopt-jump-tables:keyword /Qopt-jump-tables- |
keyword |
Is the instruction for generating jump tables. Possible values are:
|
-qopt-jump-tables=default |
The compiler uses default heuristics to determine when to generate jump tables for switch statements. |
This option enables or disables generation of jump tables for switch statements. When the option is enabled, it may improve performance for programs with large switch statements.
None