Understanding Evlis Tail Recursion

from blog Fred Akalin, | ↗ original
While reading about proper tail recursion in Scheme, I encountered a similar but obscure optimization called evlis tail recursion. In the paper where it was first described, the author claims it "dramatically improve the space performance of many programs," which sounded promising. However, the few places where its mentioned don't do much more...