Open
Description
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.
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.
Activity