You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: document/core/exec/runtime.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -552,7 +552,7 @@ If there is no :ref:`tag address <syntax-tagaddr>`, the instructions of that tar
552
552
553
553
Intuitively, for each target :math:`\{\tagaddr^?~\instr^\ast\}` of a |CATCHadm|, :math:`\instr^\ast` is the *continuation* to execute
554
554
when the handler catches a thrown exception with tag |tagaddr|, or for any exception, when a target specifies no tag address.
555
-
In that case, we say that the exception is handled by the exception handler |CATCHadm|.
555
+
In that case, the exception is handled by the exception handler |CATCHadm|.
556
556
If this list of targets is empty, or if the tag address of the thrown exception is not in the handler's mapping and there is no |CATCHALL| clause, then the exception will be rethrown.
557
557
558
558
.. todo::
@@ -677,7 +677,7 @@ In order to specify the reduction of :ref:`branches <syntax-instr-control>`, the
677
677
678
678
This definition allows to index active labels surrounding a :ref:`branch <syntax-br>` or :ref:`return <syntax-return>` instruction.
679
679
680
-
In order to be able to break jumping over exception handlers and caught exceptions, we must allow for these new structured administrative control instructions to appear after labels in block contexts, by extending block context as follows.
680
+
In order to be able to break jumping over exception handlers and caught exceptions, these new structured administrative control instructions are allowed to appear after labels in block contexts, by extending block context as follows.
681
681
682
682
.. math::
683
683
\begin{array}{llll}
@@ -740,7 +740,7 @@ If no exception :ref:`handler that catches the exception <syntax-handler>` is fo
0 commit comments