loda-cpp
loda-cpp copied to clipboard
Terminate loop if counter is zero
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.