What is the impact of compiling a program into 32-bit optimization mode

What are the performance differences that arise when compiling an application in 32-bit mode in 64 architecture?

For example, using gcc with an option -m32on a machine with a 64-bit version of Linux.

Will the program be compiled using the full SIMD instructions?

Will the secondary program rely heavily on additional registers?

+3
source share
1 answer

, mmaps , , , . , 64- , , . , .

, 64- , , 64- .

, : http://en.wikipedia.org/wiki/64-bit_computing#32-bit_vs_64-bit

+1

All Articles