Determines whether C++ class hierarchy information is used to analyze and resolve C++ virtual function calls at compile time.
IA-32, Intel® 64 architectures
Linux and Mac 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
Copyright © 1996-2010, Intel Corporation. All rights reserved.