Changelog and adding the name to the doc

This commit is contained in:
hrkrshnn 2021-03-25 11:54:55 +01:00
parent 2c75d1dfe4
commit bd5e47dc55
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Language Features:
Compiler Features:
* 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:

View File

@ -1125,6 +1125,7 @@ Abbreviation Full name
``i`` ``FullInliner``
``g`` ``FunctionGrouper``
``h`` ``FunctionHoister``
``F`` ``FunctionSpecializer``
``T`` ``LiteralRematerialiser``
``L`` ``LoadResolver``
``M`` ``LoopInvariantCodeMotion``