DEV Community

Discussion on: Demystifying Tail Call Optimization

Collapse
 
anshulnegitc profile image
Anshul Negi

well written
keep it up...
One question, if I add a local variable to a tail recursive function then will it allocate separate stack frame for every call?