Instructs the compiler to analyze the program to determine if there are 64-bit pointers that can be safely shrunk to 32-bit pointers.
Intel® 64 architecture
Linux: | -auto-p32 |
Mac OS X: | None |
Windows: | None |
None
OFF |
The optimization is not performed. |
This option instructs the compiler to analyze and transform the program so that 64-bit pointers are shrunk to 32-bit pointers, wherever it is legal and safe to do so.
For this option to be effective, the compiler must be able to optimize using the -ipo (Linux) option and it must be able to analyze all library calls or external calls the program makes. This option has no effect unless you specify setting SSE3 or higher for option -x.
The application cannot exceed a 32-bit address space; otherwise, unpredictable results can occur.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.