summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-02-01 18:11:53 +0100
committerFederico Angelilli <code@fedang.net>2025-02-01 18:11:53 +0100
commitb4f3cb47cf2a5bbb3ccb9eba8da8aedb67d01b30 (patch)
tree6f817b366519e4cb28b4c1225db52b3fa47ef777 /content/posts
parent771f922faa03ff3e7c019735f9d1af9868f9702b (diff)
Add draft
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/pointer-tagging.md21
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