Intel® C++ Compiler XE 13.1 User and Reference Guides
Enables or disables data ordering if profiling information is enabled.
IA-32, Intel® 64 architecture
Linux: | -prof-data-order -no-prof-data-order |
OS X: | None |
Windows: | /Qprof-data-order /Qprof-data-order- |
None
-no-prof-data-order |
Data ordering is disabled. |
This option enables or disables data ordering if profiling information is enabled. It controls the use of profiling information to order static program data items.
For this option to be effective, you must do the following:
For instrumentation compilation, you must specify -prof-gen=globdata (Linux* OS) or /Qprof-gen:globdata (Windows* OS).
For feedback compilation, you must specify -prof-use (Linux OS) or /Qprof-use (Windows OS). You must not use multi-file optimization by specifying options such as option -ipo (Linux OS) or /Qipo (Windows OS), or option -ipo-c (Linux OS) or /Qipo-c (Windows OS).
None