Intel® C++ Compiler XE 13.1 User and Reference Guides
Determines whether C++ class hierarchy information is used to analyze and resolve C++ virtual function calls at compile time.
All
Linux and OS X: | -opt-class-analysis -no-opt-class-analysis |
Windows: | /Qopt-class-analysis /Qopt-class-analysis- |
None
-no-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