945
Died from reading this
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Yes you still need the loop part I skipped over that one, only focussing on the "why no return address on the stack" part. It's what you need to focus on to see whether a recursive call is in a tail position and if it is the compiler does the rest no need to worry about that part.