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: spec.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -49725,7 +49725,7 @@ <h1>Races</h1>
49725
49725
49726
49726
<emu-clause id="sec-data-races">
49727
49727
<h1>Data Races</h1>
49728
-
<p>For an execution _execution_ and Shared Data Block events _E_ and _D_ that are contained in SharedDataBlockEventSet(_execution_), _E_ and _D_ are in a <dfn>data race</dfn> if the following algorithm returns *true*.</p>
49728
+
<p>For an execution _execution_ and events _E_ and _D_ that are contained in SharedDataBlockEventSet(_execution_), _E_ and _D_ are in a <dfn>data race</dfn> if the following algorithm returns *true*.</p>
49729
49729
<emu-alg>
49730
49730
1. If _E_ and _D_ are in a <emu-xref href="#sec-races">race</emu-xref> in _execution_, then
49731
49731
1. If _E_.[[Order]] is not ~seq-cst~ or _D_.[[Order]] is not ~seq-cst~, then
0 commit comments