[docs] Adds a note on source mappings and verbatim opcodes.

This commit is contained in:
Christian Parpart 2021-09-28 17:26:34 +02:00 committed by Marenz
parent 897292439c
commit bff68fd469
2 changed files with 5 additions and 0 deletions

View File

@ -64,3 +64,6 @@ This means the following source mappings represent the same information:
``1:2:1;1:9:1;2:1:2;2:1:2;2:1:2`` ``1:2:1;1:9:1;2:1:2;2:1:2;2:1:2``
``1:2:1;:9;2:1:2;;`` ``1:2:1;:9;2:1:2;;``
Important to note is that :ref:`verbatim <yul-verbatim>` verbatim instructions
do not have individual but only one source mapping.

View File

@ -1002,6 +1002,8 @@ within one Yul subobject. If at least one ``memoryguard`` call is found in a sub
the additional optimiser steps will be run on it. the additional optimiser steps will be run on it.
.. _yul-verbatim:
verbatim verbatim
^^^^^^^^ ^^^^^^^^