Open LHolten opened 4 years ago
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 thanks for submitting this. I will label it as enhancement accordingly.
enhancement
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.