diff options
author | chriseth <c@ethdev.com> | 2017-03-04 00:12:07 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-03-04 00:12:07 +0800 |
commit | 244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a (patch) | |
tree | ce5943a7f847171c8db3924695f6f61104317f69 | |
parent | ddc4918f3602744544b42da7507fc473e522b61c (diff) | |
download | dexon-solidity-244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a.tar dexon-solidity-244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a.tar.gz dexon-solidity-244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a.tar.bz2 dexon-solidity-244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a.tar.lz dexon-solidity-244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a.tar.xz dexon-solidity-244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a.tar.zst dexon-solidity-244b45e1ffe13cc12e7d6fd18467094b4bb0cb6a.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 5eb1e401..5b504a5b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,6 +17,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) |