Tail Recursion
Posted: Fri May 03, 2019 3:31 am
My understanding of C is fairly basic, so I don't want to change the wiki if I am incorrect, but is the tail recursive example on https://wiki.osdev.org/Tail_Recursion_a ... timization correct?
It seems to think the order the lines occur is more important than the recusion being equivalent to the caller.
It seems to think the order the lines occur is more important than the recusion being equivalent to the caller.