logoalt Hacker News

ueckeryesterday at 7:26 PM1 replyview on HN

It is usually assumed that it does not control the callee and the jump has to preserve the calling convention for a call.


Replies

fluoridationyesterday at 7:31 PM

If it doesn't control both then TCO is impossible, because the stack will grow with each recursive step, as it's just performing a normal call.

show 2 replies