[LLVMdev] Tail-calling

OvermindDL1 overminddl1 at gmail.com
Thu Sep 11 16:33:13 PDT 2008


On Thu, Sep 11, 2008 at 4:31 PM, Arnold Schwaighofer
<arnold.schwaighofer at gmail.com> wrote:
> Tail calls through function pointers should work.If not please send a testcase.
>
> I just added the two examples from the bug (1392) that calls for true
> tail call support. They work on my machine (-tailcallopt needs to be
> enabled) ;)
>
> That would be commit 56127.
>
> regards

Quick question, how do you enable tail calls for the JIT when using
the API, not an external app; in my program it is all internal,
nothing external is called and the only thing I saw was that one
global on a quick look through.



More information about the llvm-dev mailing list