diff options
author | chriseth <chris@ethereum.org> | 2017-10-14 00:59:04 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-10-14 01:00:56 +0800 |
commit | 7c94e5462abb327016520b896178de41bea473c2 (patch) | |
tree | a3c44ae1b221c6bf1a288e43b4956d511cfe874a /Changelog.md | |
parent | d9bb4b44a4409db607ee74739f9a5ce1bd557067 (diff) | |
download | dexon-solidity-7c94e5462abb327016520b896178de41bea473c2.tar.gz dexon-solidity-7c94e5462abb327016520b896178de41bea473c2.tar.zst dexon-solidity-7c94e5462abb327016520b896178de41bea473c2.zip |
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 d78dbbba..22b5c002 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 |