Skip to content

Commit 3097e97

Browse files
committed
Editorial: Make auto-linking "read event" and "write event" specializations
1 parent c9e6b29 commit 3097e97

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
@@ -49174,7 +49174,7 @@ <h1>Memory Model Fundamentals</h1>
4917449174
<emu-note>
4917549175
<p>No orderings weaker than sequentially consistent and stronger than unordered, such as release-acquire, are supported.</p>
4917649176
</emu-note>
49177-
<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>
49177+
<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>
4917849178

4917949179
<emu-table id="table-readsharedmemory-fields" caption="ReadSharedMemory Event Fields">
4918049180
<table>
@@ -49683,7 +49683,7 @@ <h1>Sequentially Consistent Atomics</h1>
4968349683
<li>
4968449684
<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>
4968549685
<emu-note>
49686-
<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>
49686+
<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>
4968749687
</emu-note>
4968849688
</li>
4968949689
</ul>

0 commit comments

Comments
 (0)