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 +++++++++++++++++++++ hugo.toml | 4 ++++ themes/chilldark | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 content/posts/pointer-tagging.md 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 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 index 7bf82a6..e93f4f4 160000 --- a/themes/chilldark +++ b/themes/chilldark @@ -1 +1 @@ -Subproject commit 7bf82a6a4b4d314b6fd2527bebce78c8ad4e8d3f +Subproject commit e93f4f44e8f45a4cc4af25e6990da05acb11d4c3 -- cgit v1.2.3