mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog: Add an entry for --yul-optimizations option
This commit is contained in:
parent
53ea962864
commit
682f53fc82
@ -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