TailRecursion elimination is a special case of TailCallOptimization where the tail call is to the enclosing function.
Tail Recursion Elimination
last modified: August 26, 2004
TailRecursion elimination is a special case of TailCallOptimization where the tail call is to the enclosing function.