Skip to content

Commit a3b78dd

Browse files
committed
Editorial: Replace auto-linked "{read,write} events" with explicitly linked "{reads,writes}"
1 parent 9c8d921 commit a3b78dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49686,7 +49686,7 @@ <h1>Sequentially Consistent Atomics</h1>
4968649686
<li>
4968749687
<p>For each WriteSharedMemory or ReadModifyWriteSharedMemory event _W_ in SharedDataBlockEventSet(_execution_), if _W_.[[Order]] is ~seq-cst~, then it is not the case that there is an infinite number of ReadSharedMemory or ReadModifyWriteSharedMemory events in SharedDataBlockEventSet(_execution_) with equal memory range that is memory-order before _W_.</p>
4968849688
<emu-note>
49689-
<p>This clause together with the forward progress guarantee on agents ensure the liveness condition that ~seq-cst~ write events become visible to ~seq-cst~ read events with equal memory range in finite time.</p>
49689+
<p>This clause together with the forward progress guarantee on agents ensure the liveness condition that ~seq-cst~ <emu-xref href="#sec-memory-model-fundamentals">writes</emu-xref> become visible to ~seq-cst~ <emu-xref href="#sec-memory-model-fundamentals">reads</emu-xref> with equal memory range in finite time.</p>
4969049690
</emu-note>
4969149691
</li>
4969249692
</ul>

0 commit comments

Comments
 (0)