From 46027e5e76a12cda28fa5c1c7c08b2fc47a7caba Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Mon, 10 Jun 2019 17:05:21 +0100 Subject: [PATCH] Opposite terms go at the end of the glossary entry, not the beginning. Copied from Perforce Change: 196207 --- mps/manual/source/glossary/c.rst | 4 ++-- mps/manual/source/glossary/h.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mps/manual/source/glossary/c.rst b/mps/manual/source/glossary/c.rst index 4867daaef17..d7e79bd94a4 100644 --- a/mps/manual/source/glossary/c.rst +++ b/mps/manual/source/glossary/c.rst @@ -287,8 +287,6 @@ Memory Management Glossary: C cold end - .. opposite:: :term:`hot end` - A :term:`control stack` has two ends: the oldest items are at the *cold end* and the newest items are at the *hot end*. Sometimes the cold end is called the "bottom" of the stack, @@ -304,6 +302,8 @@ Memory Management Glossary: C references to memory managed by the MPS) to :c:func:`mps_root_create_thread`. + .. opposite:: :term:`hot end` + collect An :term:`object` is collected when it is :term:`reclaimed` by diff --git a/mps/manual/source/glossary/h.rst b/mps/manual/source/glossary/h.rst index fa76ad7add7..332b5ec8393 100644 --- a/mps/manual/source/glossary/h.rst +++ b/mps/manual/source/glossary/h.rst @@ -120,14 +120,14 @@ Memory Management Glossary: H hot end - .. opposite:: :term:`cold end` - A :term:`control stack` has two ends: the oldest items are at the *cold end* and the newest items are at the *hot end*. Sometimes the hot end is called the "top" of the stack, but that is misleading when the stack grows downwards, as it does on common computing platforms. + .. opposite:: :term:`cold end` + huge page .. aka:: *large page*, *superpage*.