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
The dependency of the EVM stack can be removed for highly optimized contracts that can be proven that they don't underflow/overflow the stack. In these cases regular .NET stack of a function call can be used.
EOF provides some checks that we can leverage for EvmStack optimization
The text was updated successfully, but these errors were encountered:
The dependency of the EVM stack can be removed for highly optimized contracts that can be proven that they don't underflow/overflow the stack. In these cases regular .NET stack of a function call can be used.
EOF provides some checks that we can leverage for EvmStack optimization
The text was updated successfully, but these errors were encountered: