Commit 1a14607
authored
Merge pull request #22 from ashvardanian/pointer-tagging
Pointer tagging 🏷️
This PR 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 Extension2 files changed
+232
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments