[LLVMdev] Tell LLVM JIT to omit the frame pointer?

Félix Cloutier felixcca at yahoo.ca
Mon Jun 28 09:48:39 PDT 2010


Hey guys,

Is there a way to force the LLVM JIT compiler to omit the frame pointer in its generated i386/amd64 code? I've got a complex situation in which the stack can potentially be moved around so I'd prefer that the base pointer doesn't get pushed there.

Félix




More information about the llvm-dev mailing list