From 2570061c8a9fe49cae0e10c8d351692272373fba Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 13 Feb 2025 22:37:26 +0100 Subject: Fix syntax highlighting theme --- content/posts/pointer-tagging.md | 21 --------------------- content/posts/pointer-tagging/index.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 content/posts/pointer-tagging.md create mode 100644 content/posts/pointer-tagging/index.md (limited to 'content') diff --git a/content/posts/pointer-tagging.md b/content/posts/pointer-tagging.md deleted file mode 100644 index a41c601..0000000 --- a/content/posts/pointer-tagging.md +++ /dev/null @@ -1,21 +0,0 @@ -+++ -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/content/posts/pointer-tagging/index.md b/content/posts/pointer-tagging/index.md new file mode 100644 index 0000000..a41c601 --- /dev/null +++ b/content/posts/pointer-tagging/index.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