|
|
|
|
|
by nagaiaida
520 days ago
|
|
the call is still in tail position whether or not it reuses the stack frame. there are also more involved ways to do tail call optimization than a direct single-jump compilation when you leave ret behind entirely, such as in forth-style threaded interpreters |
|
I’ll do some reading on the latter part of your post, thank you!