Skip to content

Commit

Permalink
Wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Nov 27, 2017
1 parent ffa6019 commit 8d62ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ the only available function is an empty 'deposit'.

If the contract code contains a function index when stored, then one does not
need to load the entire code in order to fail with a function check. However,
we should not optimize for the exception case, so the question becomes what is
we should not optimize for the error case, so the question becomes what is
more efficient for the non-error case. That is not trivial to answer, but for
now we can "hide" this cost in the codeLoadingCost/codeByteLoadingCost values,
and we'll make the error case less efficient.
Expand Down

0 comments on commit 8d62ec0

Please sign in to comment.