From b4f3cb47cf2a5bbb3ccb9eba8da8aedb67d01b30 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 1 Feb 2025 18:11:53 +0100 Subject: Add draft --- content/posts/pointer-tagging.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/posts/pointer-tagging.md (limited to 'content') 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 ++++ + + + + +## Default representation + + +## Optimized tagged pointers + + +## A word of caution + + +## References -- cgit v1.2.3