mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[docs] Adds a note on source mappings and verbatim opcodes.
This commit is contained in:
parent
897292439c
commit
bff68fd469
@ -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;:9;2:1:2;;``
|
||||
|
||||
Important to note is that :ref:`verbatim <yul-verbatim>` verbatim instructions
|
||||
do not have individual but only one source mapping.
|
||||
|
@ -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.
|
||||
|
||||
|
||||
.. _yul-verbatim:
|
||||
|
||||
verbatim
|
||||
^^^^^^^^
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user