diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-03-08 19:11:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 19:11:16 +0800 |
commit | 85411f4f677769f3ea1b69c49c44d9c08180dbd4 (patch) | |
tree | 7acfbf6140c925c48036eb527e4dd11d42283413 /Changelog.md | |
parent | a1e350a4aeef11865d2deee5a4e59feb0625d053 (diff) | |
parent | 244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a (diff) | |
download | dexon-solidity-85411f4f677769f3ea1b69c49c44d9c08180dbd4.tar dexon-solidity-85411f4f677769f3ea1b69c49c44d9c08180dbd4.tar.gz dexon-solidity-85411f4f677769f3ea1b69c49c44d9c08180dbd4.tar.bz2 dexon-solidity-85411f4f677769f3ea1b69c49c44d9c08180dbd4.tar.lz dexon-solidity-85411f4f677769f3ea1b69c49c44d9c08180dbd4.tar.xz dexon-solidity-85411f4f677769f3ea1b69c49c44d9c08180dbd4.tar.zst dexon-solidity-85411f4f677769f3ea1b69c49c44d9c08180dbd4.zip |
Merge pull request #1736 from ethereum/boundoptimizer
Add upper bound for computing constants.
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 8e11775b..ebd6f121 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,7 @@ Bugfixes: * Type system: Correctly convert function argument types to pointers for member functions. * Inline assembly: Charge one stack slot for non-value types during analysis. * Assembly output: Print source location before the operation it refers to instead of after. + * Optimizer: Stop trying to optimize tricky constants after a while. ### 0.4.9 (2017-01-31) |