summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/posts/pointer-tagging.md21
-rw-r--r--hugo.toml4
m---------themes/chilldark0
3 files changed, 25 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
diff --git a/hugo.toml b/hugo.toml
index e42d139..ea74e07 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -41,3 +41,7 @@ copyright = "Federico Angelilli © 2025"
noClasses = false
[markup.goldmark.renderer]
unsafe = true
+ [markup.goldmark]
+ [markup.goldmark.parser]
+ [markup.goldmark.parser.attribute]
+ title = true
diff --git a/themes/chilldark b/themes/chilldark
-Subproject 7bf82a6a4b4d314b6fd2527bebce78c8ad4e8d3
+Subproject e93f4f44e8f45a4cc4af25e6990da05acb11d4c