llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

Add support for -tailcallelim pass

Open LHolten opened this issue 4 years ago • 1 comments

It would be really nice to have the Tail Call Elimination pass available.

This is useful for the compiler I'm working on, because it can optimize things like the recursive Fibonacci function to make them run in constant space.

LHolten avatar Sep 14 '20 20:09 LHolten

@LHolten thanks for submitting this. I will label it as enhancement accordingly.

esc avatar Sep 14 '20 21:09 esc