Y
Hacker News
new
|
ask
|
show
|
jobs
by
JasuM
4087 days ago
I think it's JMP due to tail-call optimization. If there's a JMP, the RET of the inner function (bar) returns from the outer one (foo) also, and one unnecessary jump is eliminated.