Skip to content

Commit 9c8d921

Browse files
committed
Editorial: Make auto-linking "read event" and "write event" specializations
1 parent b01c73c commit 9c8d921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -49177,7 +49177,7 @@ <h1>Memory Model Fundamentals</h1>
4917749177
<emu-note>
4917849178
<p>No orderings weaker than sequentially consistent and stronger than unordered, such as release-acquire, are supported.</p>
4917949179
</emu-note>
49180-
<p>A <dfn variants="Shared Data Block events">Shared Data Block event</dfn> is either a <dfn>ReadSharedMemory</dfn>, <dfn>WriteSharedMemory</dfn>, or <dfn>ReadModifyWriteSharedMemory</dfn> Record.</p>
49180+
<p>A <dfn variants="Shared Data Block events">Shared Data Block event</dfn> is either a <dfn>ReadSharedMemory</dfn>, <dfn>WriteSharedMemory</dfn>, or <dfn>ReadModifyWriteSharedMemory</dfn> Record. A <dfn variants="read events">read event</dfn> is either a ReadSharedMemory or a ReadModifyWriteSharedMemory. A <dfn variants="write events">write event</dfn> is either a WriteSharedMemory or a ReadModifyWriteSharedMemory.</p>
4918149181

4918249182
<emu-table id="table-readsharedmemory-fields" caption="ReadSharedMemory Event Fields">
4918349183
<table>
@@ -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~ writes become visible to ~seq-cst~ reads 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~ write events become visible to ~seq-cst~ read events with equal memory range in finite time.</p>
4969049690
</emu-note>
4969149691
</li>
4969249692
</ul>

0 commit comments

Comments
 (0)