diff options
author | chriseth <chris@ethereum.org> | 2018-12-03 18:52:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 18:52:48 +0800 |
commit | 4b98946e5a6cbc477ca5c61ca0a0dc8c2d1b27ca (patch) | |
tree | bf3b21164feeb37fbb2a48ecef1f13c4c67be7fb /Changelog.md | |
parent | 04d946669e70be680e7897dcbf2d4e3b6747cc22 (diff) | |
parent | 1cdcdcee656c080b8c6f9e2631bcc2a3c35fb13b (diff) | |
download | dexon-solidity-4b98946e5a6cbc477ca5c61ca0a0dc8c2d1b27ca.tar.gz dexon-solidity-4b98946e5a6cbc477ca5c61ca0a0dc8c2d1b27ca.tar.zst dexon-solidity-4b98946e5a6cbc477ca5c61ca0a0dc8c2d1b27ca.zip |
Merge pull request #5341 from ethereum/optimizeAssemblyCommandline
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 7aa5a6be..72d51bff 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. |