From 6894adee9981d81856b7c2ba248e9d435cca9bd2 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 10 May 2020 16:41:15 +0200 Subject: [PATCH] glossary: intro feels like not adding much --- src/appendix/glossary.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/appendix/glossary.md b/src/appendix/glossary.md index a3b3826ea..c8738c998 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.