Hacker News new | ask | show | jobs
by Jerrrrrrry 590 days ago
explain to me, exactly, how it knows what line to go to, and how to get there.

"go back to 0x00, then jump GOTO return register bits ahead"

you still have a variable, the goto return register.

it is your nested depth, the nesting limit til that register overflows.

please explain to me cuz im confused fr

1 comments

Memoization is the word here. Can be done in different ways—- of which storing the stack frame is one.