?Is it possible to start an x86_64 code on i686 Linux (x86, 32-bit)? My CPU is modern Core 2 and it can run x86_64 64-bit code itself, but the OS is 32bit.
The code to start is pure mathematic, and it need almost no interaction with OS.
I want to measure, how fast will be my program in 64bit mode comparing with 32-bit mode. The program is to solve huge combinatoric problem and full size run is dozens of hours.
I can start 64bit code with qemu, but it will be not native execution and speed in qemu will be not related to real cpu speed.