In perfbook, "single-copy atomic" and "single-variable SC" are mentioned as "cache coherence". Plain "coherence" is used as its synonym as well.
Signed-off-by: Akira Yokosawa <[email protected]> --- indexsee.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indexsee.tex b/indexsee.tex index 089efd44..fc2042aa 100644 --- a/indexsee.tex +++ b/indexsee.tex @@ -1,6 +1,9 @@ % effective in both single- and two- level index +\index{Coherence|see{Cache coherence}} \index{Full(y) multi-copy atomic|see{Multi-copy atomic}} \index{Memory consistency model|see{Memory model}} +\index{Single-copy atomic|see{Cache coherence}} +\index{Single-variable SC|see{Cache coherence}} \IfIndexHier{ % effective only in two-level index \index{Address dependency|see{Dependency, address}} \index{Anti-heisenbug|see{Heisenbug, anti-}} -- 2.43.0
