Automatically merged updates to draft EIP(s) 1283

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Wei Tang 2018-10-18 11:03:31 +08:00 committed by EIP Automerge Bot
parent 001ccad32d
commit 73651b1145

View File

@ -31,16 +31,6 @@ implementation structures as possible.
* *Storage slot's current value*. * *Storage slot's current value*.
* Refund counter. * Refund counter.
For the specification provided here:
* We don't suffer from the optimization limitation of EIP-1087, and it
never costs more gas compared with the current scheme.
* It covers all usages for a transient storage. Clients that are easy
to implement EIP-1087 will also be easy to implement this
specification. Some other clients might require a little bit extra
refactoring on this. Nonetheless, no extra memory or processing cost
is needed on runtime.
Usages that benefits from this EIP's gas reduction scheme includes: Usages that benefits from this EIP's gas reduction scheme includes:
* Subsequent storage write operations within the same call frame. This * Subsequent storage write operations within the same call frame. This