File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1416
1416
\end {note }
1417
1417
1418
1418
\pnum
1419
+ \indextext {coherence!write-write}%
1419
1420
If an operation \placeholder {A} that modifies an atomic object \placeholder {M} happens before
1420
1421
an operation \placeholder {B} that modifies \placeholder {M}, then \placeholder {A} shall be earlier
1421
1422
than \placeholder {B} in the modification order of \placeholder {M}. \begin {note } This requirement
1422
1423
is known as write-write coherence. \end {note }
1423
1424
1424
1425
\pnum
1426
+ \indextext {coherence!read-read}%
1425
1427
If a
1426
1428
\indextext {value computation}%
1427
1429
value computation \placeholder {A} of an atomic object \placeholder {M} happens before a
1434
1436
\begin {note } This requirement is known as read-read coherence. \end {note }
1435
1437
1436
1438
\pnum
1439
+ \indextext {coherence!read-write}%
1437
1440
If a
1438
1441
\indextext {value computation}%
1439
1442
value computation \placeholder {A} of an atomic object \placeholder {M} happens before an
1443
1446
read-write coherence. \end {note }
1444
1447
1445
1448
\pnum
1449
+ \indextext {coherence!write-read}%
1446
1450
If a
1447
1451
\indextext {side effects}%
1448
1452
side effect \placeholder {X} on an atomic object \placeholder {M} happens before a value
You can’t perform that action at this time.
0 commit comments