Recursionhard
0:00.0
A tail-recursive function computes with initial call . How does the stack depth (call depth) scale with when the compiler does NOT perform tail-call optimization, and how does it scale when the compiler DOES?
A tail-recursive function computes with initial call . How does the stack depth (call depth) scale with when the compiler does NOT perform tail-call optimization, and how does it scale when the compiler DOES?