Visible to Intel only — GUID: GUID-5C0C672C-61E1-4FEE-94EC-4DBAE469254B
Visible to Intel only — GUID: GUID-5C0C672C-61E1-4FEE-94EC-4DBAE469254B
qopt-class-analysis, Qopt-class-analysis
Determines whether C++ class hierarchy information is used to analyze and resolve C++ virtual function calls at compile time.
Linux and macOS: |
-qopt-class-analysis -qno-opt-class-analysis |
Windows: |
/Qopt-class-analysis /Qopt-class-analysis- |
None
-qno-opt-class-analysis |
C++ class hierarchy information is not used to analyze and resolve C++ virtual function calls at compile time. |
This option determines whether C++ class hierarchy information is used to analyze and resolve C++ virtual function calls at compile time. The option is turned on by default with the -ipo compiler option, enabling improved C++ optimization. If a C++ application contains non-standard C++ constructs, such as pointer down-casting, it may result in different behaviors.
None