Not-signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Hi Paul, This is a reminder in sent as a patch. I find the indexing tag you put to "Non-Blocking" looks strange. This entry talks about some classes of forward-progress guarantees, not much about synchronization. Also, the existing tags of NBS are \IXacr{}. You therefore need to use \glsuseriii{nbs} as shown below in a separate entry of "Non-Blocking Synchronization (NBS)". I think NBS deserves its own entry in the Glossary. Thanks, Akira -- glossary.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glossary.tex b/glossary.tex index 86d9a025..4ea87f60 100644 --- a/glossary.tex +++ b/glossary.tex @@ -425,7 +425,7 @@ These are used for hardware-specific purposes such as profiling. The advantage of using NMIs for profiling is that it allows you to profile code that runs with interrupts disabled. -\item[\IXGaltr{Non-Blocking}{Non-blocking synchronization (NBS)}:] +\item[\IXG{Non-Blocking}:] A group of academic forward-progress guarantees that includes bounded population-oblivious wait free, bounded wait free, @@ -437,6 +437,8 @@ deadlock free. See \cref{sec:advsync:Non-Blocking Synchronization} for more information. +\item[Non-Blocking Synchronization (NBS):]\glsuseriii{nbs} + %@@@ Need expansion @@@ \item[NUCA:]\glsuseriii{nuca} Non-uniform cache architecture, where groups of CPUs share caches and/or store buffers. -- 2.17.1