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
Copy file name to clipboardExpand all lines: document/core/exec/runtime.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -676,12 +676,12 @@ Events
676
676
The interaction of a computation with the :ref:`store <syntax-store>` is described through *events*.
677
677
An event is a (possibly empty) set of *actions*, such as reads and writes,
678
678
that are atomically performed by the execution of an individual :ref:`instruction <syntax-instr>`.
679
-
Each event is annotated with a:ref:`time stamp<syntax-time>` that uniquely identifies it.
679
+
Each event is annotated with two:ref:`time stamps<syntax-time>`: the first records the time stamp of the event's immediate predecessor while the second uniquely identifies the event.
680
680
681
681
.. math::
682
682
\begin{array}{llcl}
683
683
\production{(event)} & \evt &::=&
684
-
\act^\ast~\AT~\time \\
684
+
\act^\ast~\AT~\time~\time \\
685
685
\production{(action)} & \act &::=&
686
686
\ARD_{\ord}~\loc~\storeval~\NOTEARS^? \\&&|&
687
687
\AWR_{\ord}~\loc~\storeval~\NOTEARS^? \\&&|&
@@ -756,8 +756,8 @@ Relations between time stamps are lifted to relations between events.
0 commit comments