mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix link to the optimizer step sequence in optimizer.rst
This commit is contained in:
parent
96398ee3ee
commit
6061219641
@ -330,7 +330,7 @@ the ``--yul-optimizations`` option:
|
|||||||
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code
|
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code
|
||||||
remains unchanged or until the maximum number of rounds (currently 12) has been reached.
|
remains unchanged or until the maximum number of rounds (currently 12) has been reached.
|
||||||
|
|
||||||
Available abbreviations are listed in the `Yul optimizer docs <yul.rst#optimization-step-sequence>`_.
|
Available abbreviations are listed in the :ref:`Yul optimizer docs <optimization-step-sequence>`.
|
||||||
|
|
||||||
Preprocessing
|
Preprocessing
|
||||||
-------------
|
-------------
|
||||||
|
@ -1238,6 +1238,8 @@ and optionally specify the :ref:`expected number of contract executions <optimiz
|
|||||||
|
|
||||||
In Solidity mode, the Yul optimizer is activated together with the regular optimizer.
|
In Solidity mode, the Yul optimizer is activated together with the regular optimizer.
|
||||||
|
|
||||||
|
.. _optimization-step-sequence:
|
||||||
|
|
||||||
Optimization Step Sequence
|
Optimization Step Sequence
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user