about summary refs log tree commit diff stats
path: root/vocabulary.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-12 10:41:03 -0800
committerKartik Agaram <vc@akkartik.com>2021-03-12 10:41:03 -0800
commit738f8ec1e63a984886224cea01848257b45f5201 (patch)
treefadb355ae558f8313228ec6b69ee19024f03852a /vocabulary.md
parent7ce83f9bfff31da977366250c581f453ca52fd74 (diff)
downloadmu-738f8ec1e63a984886224cea01848257b45f5201.tar.gz
.
Diffstat (limited to 'vocabulary.md')
-rw-r--r--vocabulary.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/vocabulary.md b/vocabulary.md
index 9471d132..1ecbdf8d 100644
--- a/vocabulary.md
+++ b/vocabulary.md
@@ -2,6 +2,10 @@
 
 ### Data Structures
 
+For memory safety, the following data structures are opaque and only modified
+using functions described further down. I still find it useful to understand
+how they work under the hood.
+
 - Handles: addresses to objects allocated on the heap. They're augmented with
   book-keeping to guarantee memory-safety, and so cannot be stored in registers.
   See [mu.md](mu.md) for details, but in brief: