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.