Does this mean it's more efficient to reference stack positions by positive numbers (first if clause) or by negative numbers (couple less lines of code)? I have small functions where I (as a programmer) don't care one way or the other, but if there's a slight gain I could do it that way (some of these small functions are executed many times).
If the stack index is negative but greater than the stack size, that would be bad, right?