[LLVMdev] Tail-calling

OvermindDL1 overminddl1 at gmail.com
Sat Sep 13 20:51:09 PDT 2008


This language has functions that will have to be tail-called due to
having the ability to 'pause' its callstack, but some functions will
not and I was just planning to call them like normal functions.  I am
wondering, would it be 'faster' (at execution of the compiled code) to
just put everything in the tail-call way, or is it still faster to
call functions like normal when I can?



More information about the llvm-dev mailing list