>>106831974
Implementing recursive (tail) calls such that they don't keep adding to the stack.
Eliminating and replacing them instead.
Without TCO you will quickly blow the stack if you use girthy recursive functions, and everyone you love will die in the explosion.