mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13076 from PrajwalBorkar/develop
Updated broken link for Yul optimizations
This commit is contained in:
commit
baf56aff40
@ -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
|
||||
-------------
|
||||
|
@ -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
|
||||
--------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user