diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-03-29 16:56:51 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-01 03:34:43 +0800 |
commit | 22bfd3da41ae9efa6e68e884f722502ab3adcf50 (patch) | |
tree | deeac11c204b909258f040318cc8964d7d2dbf1f /Changelog.md | |
parent | 5cce2e552baf1f7431c99500da74cb929360c3b8 (diff) | |
download | dexon-solidity-22bfd3da41ae9efa6e68e884f722502ab3adcf50.tar dexon-solidity-22bfd3da41ae9efa6e68e884f722502ab3adcf50.tar.gz dexon-solidity-22bfd3da41ae9efa6e68e884f722502ab3adcf50.tar.bz2 dexon-solidity-22bfd3da41ae9efa6e68e884f722502ab3adcf50.tar.lz dexon-solidity-22bfd3da41ae9efa6e68e884f722502ab3adcf50.tar.xz dexon-solidity-22bfd3da41ae9efa6e68e884f722502ab3adcf50.tar.zst dexon-solidity-22bfd3da41ae9efa6e68e884f722502ab3adcf50.zip |
Use native shift instructions on Constantinople
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 1cb96833..817365b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage. + * Code Generator: Use native shift instructions on target Constantinople. * Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``). * Type Checker: Deprecate the ``years`` unit denomination and raise a warning for it (or an error as experimental 0.5.0 feature). * Type Checker: Make literals (without explicit type casting) an error for tight packing as experimental 0.5.0 feature. |