Hacker News new | ask | show | jobs
by dreamcompiler 8 hours ago
Tail recursive functions on a tail-jump optimized compiler can be as performant as loops. If the compiler was written by someone who has read the Steele papers, it generates the same assembly code in both cases.