mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog and adding the name to the doc
This commit is contained in:
parent
2c75d1dfe4
commit
bd5e47dc55
@ -5,6 +5,7 @@ Language Features:
|
|||||||
|
|
||||||
Compiler Features:
|
Compiler Features:
|
||||||
* Low-Level Inliner: Inline ordinary jumps to small blocks and jumps to small blocks that terminate.
|
* Low-Level Inliner: Inline ordinary jumps to small blocks and jumps to small blocks that terminate.
|
||||||
|
* Yul Optimizer: Added a new step FunctionSpecializer, that specializes a function with its literal arguments.
|
||||||
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
@ -1125,6 +1125,7 @@ Abbreviation Full name
|
|||||||
``i`` ``FullInliner``
|
``i`` ``FullInliner``
|
||||||
``g`` ``FunctionGrouper``
|
``g`` ``FunctionGrouper``
|
||||||
``h`` ``FunctionHoister``
|
``h`` ``FunctionHoister``
|
||||||
|
``F`` ``FunctionSpecializer``
|
||||||
``T`` ``LiteralRematerialiser``
|
``T`` ``LiteralRematerialiser``
|
||||||
``L`` ``LoadResolver``
|
``L`` ``LoadResolver``
|
||||||
``M`` ``LoopInvariantCodeMotion``
|
``M`` ``LoopInvariantCodeMotion``
|
||||||
|
Loading…
Reference in New Issue
Block a user