loda-cpp icon indicating copy to clipboard operation
loda-cpp copied to clipboard

Terminate loop if counter is zero

Open ckrause opened this issue 2 years ago • 0 comments

If the loop counter is already zero before the execution of the loop body we can terminate the loop immediately and skip the last iteration. This will impact the step count and needs to be considered in IE as well.

ckrause avatar Jun 29 '23 16:06 ckrause