From c740ef0a268e1628c00b8a803c817cf5fb2c9c88 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 11 May 2020 07:57:46 +0200 Subject: [PATCH] glossary: intro feels like not adding much (#699) --- src/appendix/glossary.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/appendix/glossary.md b/src/appendix/glossary.md index a3b3826e..c8738c99 100644 --- a/src/appendix/glossary.md +++ b/src/appendix/glossary.md @@ -1,9 +1,5 @@ # Appendix C: Glossary -The compiler uses a number of...idiosyncratic abbreviations and things. This -glossary attempts to list them and give you a few pointers for understanding -them better. - Term | Meaning -----------------------------------------|-------- arena/arena allocation
| An _arena_ is a large memory buffer from which other memory allocations are made. This style of allocation is called _arena allocation_. See [this chapter](../memory.md) for more info.