IPC Pointers
IPC addressing pointers
Low-level pointer types that other MMF-backed primitives compose into. Use these directly only when building a new shared type.
| Primitive | What it carries |
|---|---|
| Offset Pointer | File-relative offset (no tag bits); the foundational position-independent pointer |
| Tagged Offset Pointer | High-bit-stealing tagged offset pointer; pack a small tag (state, type, generation) alongside the offset |
See also
subetha-pointersExotic Pointers - the in-process sibling pointer family (Umbra, K-Tower, Merkle, etc.).