Merge pull request #10418 from ethereum/function-specializer

Function specializer
This commit is contained in:
chriseth
2021-03-29 15:48:01 +02:00
committed by GitHub
149 changed files with 1217 additions and 584 deletions
+1
View File
@@ -1125,6 +1125,7 @@ Abbreviation Full name
``i`` ``FullInliner``
``g`` ``FunctionGrouper``
``h`` ``FunctionHoister``
``F`` ``FunctionSpecializer``
``T`` ``LiteralRematerialiser``
``L`` ``LoadResolver``
``M`` ``LoopInvariantCodeMotion``