Metadata Facilities
Metadata is heart of CLI execution model
- Metadata interwoven with instruction set
- Read-only PE pages shared between processes
- Tokens used for addressing metadata
- Data stored in tables (heaps when variable length)
- Tokens are concatenated table + record number
- Optimized for load time at expense of generation complexity/speed; compact within these parameters