mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8828 from ethereum/changelog-entry-for-yul-optimizations-option
Changelog: Add an entry for --yul-optimizations option
This commit is contained in:
commit
5a4a774007
@ -8,6 +8,7 @@ Language Features:
|
|||||||
Compiler Features:
|
Compiler Features:
|
||||||
* Optimizer: Simplify repeated AND and OR operations.
|
* Optimizer: Simplify repeated AND and OR operations.
|
||||||
* Standard Json Input: Support the prefix ``file://`` in the field ``urls``.
|
* Standard Json Input: Support the prefix ``file://`` in the field ``urls``.
|
||||||
|
* Add option to specify optimization steps to be performed by Yul optimizer with `--yul-optimizations` in the commandline interface or `optimizer.details.yulDetails.optimizerSteps` in standard-json.
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* SMTChecker: Fix internal error when fixed points are used.
|
* SMTChecker: Fix internal error when fixed points are used.
|
||||||
|
Loading…
Reference in New Issue
Block a user