solidity/libyul/optimiser/README.md

5 lines
452 B
Markdown
Raw Normal View History

# Yul-Based Optimizer
2018-07-12 10:06:58 +00:00
The documentation of the Yul-based optimizer module has been moved to the official Solidity documentation.
2019-03-06 11:21:56 +00:00
Please refer to the [optimizer documentation](/docs/internals/optimizer.rst) for a description of all optimization stages and how to use the optimizer and to the [Yul documentation](/docs/yul.rst#optimization-step-sequence) for more information on the optimization step sequence and a list of abbreviations for each step.