Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Nov 24, 2017
1 parent 1e4aa65 commit d4b72b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,10 @@ NOTE: (continuation) The above may be too complex, so then we may want to have
sum [registerLoadDelta(r, v) | (r, v) <- getReturns() `zip` rVALUES]
```

#### `STOP` and `REVERT`
#### `INVALID`, `STOP`, `REVERT` and exceptions

`INVALID` generates an exception, but many other things do, including being
out of gas, which means that there may not be any gas to pay for the exception.

* `STOP`
```hs
Expand Down

0 comments on commit d4b72b1

Please sign in to comment.