diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/posts/pointer-tagging.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/content/posts/pointer-tagging.md b/content/posts/pointer-tagging.md new file mode 100644 index 0000000..a41c601 --- /dev/null +++ b/content/posts/pointer-tagging.md @@ -0,0 +1,21 @@ ++++ +title = 'Pointer tagging for Interpreters' +date = 2025-02-01T13:58:39+01:00 +categories = [ "langdev", "guide" ] +tags = [ "langdev", "interpreter", "optimization", "low-level" ] +draft = true ++++ + + +<!--more--> + +## Default representation + + +## Optimized tagged pointers + + +## A word of caution + + +## References |
