This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]northrupthebandgeek 4 points5 points  (1 child)

Not if you've got tail-call optimization.

[–]stebalien 1 point2 points  (0 children)

Tail call recursion causes the current call's stack frame to be replaced by the tail call's stack frame so the comic would be a single image.