docs: forwarding pointer tag

This commit is contained in:
Jonathan Paprocki 2023-06-22 16:24:26 -04:00
parent 85b45d977f
commit a894f1e3e2

View File

@ -33,6 +33,8 @@ When an indirect atom is copied from one stack frame to another, its size is rep
forwarding pointer. When a cell is copied from one stack frame to another, its
head is replaced with a forwarding pointer.
The tag for a forwarding pointer is 111.
## Memory Layout
Computation proceeds in a memory arena, using two stacks growing towards each other from opposite ends.