[LLVMdev] Tail-calling

Arnold Schwaighofer arnold.schwaighofer at gmail.com
Fri Sep 12 01:55:41 PDT 2008


Hi Albert,

nice to see someone is using the tail call stuff. i am responsible for
the mess (feature) ;).

Tail call optimization currently (llvm 2.3) works (to varying degrees,
see http://llvm.org/docs/CodeGenerator.html#tailcallopt)
for x86(-64) and ppc32/64. x86 being more mature (testing) than ppc.
ppc64 has received the least testing.

regards



More information about the llvm-dev mailing list