0%

ALL meanings of conversion to iteration

C c
  • noun Technical meaning of conversion to iteration A transformation applied to functional programs to replace recursion with iteration. A tail-recursive function can be compiled to an iterative loop where the recursive call becomes a jump back to the start and the parameters are held in registers which are updated with new values each time around the loop. See Iteration, Tail recursion optimisation. 1
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?