v0.4: Pointer tagging 🏷️
This release provides a prototype of a memory-tagging allocator arena, documenting the complexity of using memory tagging techniques even on Linux:
- Intel's Linear Address Masking
- AMD's Upper Address Ignore
- ARM's Top Byte Ignore
- ARM's Memory Tagging Extension