You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In normal solidity code, loops should always jump to a position that has the same stack height. This means that the stack underflow check should not be done in every iteration of the loop.
The text was updated successfully, but these errors were encountered:
In normal solidity code, loops should always jump to a position that has the same stack height. This means that the stack underflow check should not be done in every iteration of the loop.
The text was updated successfully, but these errors were encountered: