tenderlove/tenderjit

Temporary Stack allows negative values

tenderlove opened this issue · 0 comments

In #55 we found a bug where an offset was passed to the temporary stack that ended up calculating a negative offset in to the underlying array.

  1. When we do calculations like this, should we consider it a bug if the result of the calculation is < 0?
  2. If so, we should raise an exception.