diff options
author | Nicolás Venturo <nicolas.venturo@gmail.com> | 2018-06-15 01:29:42 +0800 |
---|---|---|
committer | Nicolás Venturo <nicolas.venturo@gmail.com> | 2018-06-15 22:27:39 +0800 |
commit | 172e208c6aa70956389ce7efb90b64ac32140588 (patch) | |
tree | 515665335cd23ee51fb6c1c8e81e9bd2aaf4af85 /Changelog.md | |
parent | dc5cd3e1e7db933493fe1b0dc12e5ecdf2a50ed7 (diff) | |
download | dexon-solidity-172e208c6aa70956389ce7efb90b64ac32140588.tar dexon-solidity-172e208c6aa70956389ce7efb90b64ac32140588.tar.gz dexon-solidity-172e208c6aa70956389ce7efb90b64ac32140588.tar.bz2 dexon-solidity-172e208c6aa70956389ce7efb90b64ac32140588.tar.lz dexon-solidity-172e208c6aa70956389ce7efb90b64ac32140588.tar.xz dexon-solidity-172e208c6aa70956389ce7efb90b64ac32140588.tar.zst dexon-solidity-172e208c6aa70956389ce7efb90b64ac32140588.zip |
Add TruthyAnd Peephole optimization
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 4389fbd9..b48433d6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,7 @@ Breaking Changes: ``implements``, ``macro``, ``mutable``, ``override``, ``partial``, ``promise``, ``reference``, ``sealed``, ``sizeof``, ``supports``, ``typedef`` and ``unchecked``. * General: Remove assembly instruction aliases ``sha3`` and ``suicide`` + * Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence. * Parser: Disallow trailing dots that are not followed by a number. * Type Checker: Disallow arithmetic operations for boolean variables. * Type Checker: Disallow conversions between ``bytesX`` and ``uintY`` of different size. |