aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-30 08:14:58 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-07-01 04:27:39 +0800
commit32d6c1c3168dc19ef818e5ff605af3a40f5601e8 (patch)
tree5a881d08846cc9e1f61c208effd10cc0a2fe35c4 /Changelog.md
parentb3be9d6fdc195519eccce22f07af5ee42af399ed (diff)
downloaddexon-solidity-32d6c1c3168dc19ef818e5ff605af3a40f5601e8.tar
dexon-solidity-32d6c1c3168dc19ef818e5ff605af3a40f5601e8.tar.gz
dexon-solidity-32d6c1c3168dc19ef818e5ff605af3a40f5601e8.tar.bz2
dexon-solidity-32d6c1c3168dc19ef818e5ff605af3a40f5601e8.tar.lz
dexon-solidity-32d6c1c3168dc19ef818e5ff605af3a40f5601e8.tar.xz
dexon-solidity-32d6c1c3168dc19ef818e5ff605af3a40f5601e8.tar.zst
dexon-solidity-32d6c1c3168dc19ef818e5ff605af3a40f5601e8.zip
MLOAD has side-effects, treat it like that in the optimiser
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 68f2272d..3aac912b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -20,6 +20,7 @@ Features:
* Static Analyzer: Warn about deprecation of ``callcode``.
Bugfixes:
+ * Assembly: mark ``MLOAD`` to have side effects in the optimiser.
* Code generator: Use ``REVERT`` instead of ``INVALID`` for generated input validation routines.
* Type Checker: Fix address literals not being treated as compile-time constants.
* Type Checker: Disallow invoking the same modifier multiple times.