diff options
author | chriseth <chris@ethereum.org> | 2018-11-03 23:05:08 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-01 06:39:05 +0800 |
commit | 6c44c5f0c93d6ce623bec773cc151a73d4b12bff (patch) | |
tree | 5a5d79f49211e87737b9c3b74bf40cb1c43e877c /Changelog.md | |
parent | cc00d8172b6cd7f9fc032e4a21857455ace2f290 (diff) | |
download | dexon-solidity-6c44c5f0c93d6ce623bec773cc151a73d4b12bff.tar.gz dexon-solidity-6c44c5f0c93d6ce623bec773cc151a73d4b12bff.tar.zst dexon-solidity-6c44c5f0c93d6ce623bec773cc151a73d4b12bff.zip |
Apply the optimize commandline parameter to assembly mode.
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 630801e4..a80bb1c9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ Language Features: Compiler Features: * Build System: LLL is not built anymore by default. Must configure it with CMake as `-DLLL=ON`. * Code generator: Do not perform redundant double cleanup on unsigned integers when loading from calldata. + * Commandline interface: Experimental ``--optimize`` option for assembly mode. * SMTChecker: SMTLib2 queries and responses passed via standard JSON compiler interface. * SMTChecker: Support ``msg``, ``tx`` and ``block`` member variables. * SMTChecker: Support ``gasleft()`` and ``blockhash()`` functions. |