Merge pull request #13076 from PrajwalBorkar/develop

Updated broken link for Yul optimizations
This commit is contained in:
Kamil Śliwak
2022-05-31 16:25:14 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ the ``--yul-optimizations`` option:
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.
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
-------------
+2
View File
@@ -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.
.. _optimization-step-sequence:
Optimization Step Sequence
--------------------------