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 notion of "undefined behaviour" is a big opportunity for optimizers to do their work.
For example the content of memory in case of an out-of-gas exception should be undefined and so the optimizer might remove some memory writes if it can already anticipate that we will run out of gas in a later instruction.
The text was updated successfully, but these errors were encountered:
The notion of "undefined behaviour" is a big opportunity for optimizers to do their work.
For example the content of memory in case of an out-of-gas exception should be undefined and so the optimizer might remove some memory writes if it can already anticipate that we will run out of gas in a later instruction.
The text was updated successfully, but these errors were encountered: