diff options
author | chriseth <chris@ethereum.org> | 2017-10-17 04:11:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 04:11:45 +0800 |
commit | 7989fc4c356929de47e2d696ef5478c398941508 (patch) | |
tree | 35cfd7db3b44364243b295c3e6f19d05beb1a996 /Changelog.md | |
parent | 18a72dbe4668e23aaf38404183b978fbbb1824d1 (diff) | |
parent | f5e91e4a94b01daf2bbde637abef1796f063c348 (diff) | |
download | dexon-solidity-7989fc4c356929de47e2d696ef5478c398941508.tar dexon-solidity-7989fc4c356929de47e2d696ef5478c398941508.tar.gz dexon-solidity-7989fc4c356929de47e2d696ef5478c398941508.tar.bz2 dexon-solidity-7989fc4c356929de47e2d696ef5478c398941508.tar.lz dexon-solidity-7989fc4c356929de47e2d696ef5478c398941508.tar.xz dexon-solidity-7989fc4c356929de47e2d696ef5478c398941508.tar.zst dexon-solidity-7989fc4c356929de47e2d696ef5478c398941508.zip |
Merge pull request #3077 from ethereum/optimze_pops
Assume peephole optimizer was successful if number of pops increased.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index ac27ca7f..c8ea21f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ Features: * Type Checker: Require ``storage`` or ``memory`` keyword for local variables as experimental 0.5.0 feature. Bugfixes: + * Optimizer: Remove unused stack computation results. * Parser: Fix source location of VariableDeclarationStatement. * Type Checker: Properly check array length and don't rely on an assertion in code generation. * Type Checker: Properly support overwriting members inherited from ``address`` in a contract |