summaryrefslogtreecommitdiff
path: root/content/posts
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-04-29 02:23:22 +0200
committerFederico Angelilli <code@fedang.net>2025-04-29 02:23:22 +0200
commit4246b8845825ee6820e9773c77029bbfa18041d1 (patch)
tree7db20176cb5f2406f976ec3f526ffad6c0fedb77 /content/posts
parent1b72e6bed05355b83683b911b115ab60751a9e0b (diff)
Adjust intro
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/pointer-tagging/index.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/content/posts/pointer-tagging/index.md b/content/posts/pointer-tagging/index.md
index afe78dc..c1ff79a 100644
--- a/content/posts/pointer-tagging/index.md
+++ b/content/posts/pointer-tagging/index.md
@@ -10,13 +10,9 @@ that can reduce memory footprint and boost performance.
<!--more-->
-Despite having widespread usage and a long history[^tagarch],
-pointer tagging remains a relatively obscure topic.
-That's because most of its applications are very low-level,
-in operating systems and programming language interpreters.
-
-We will look behind the scenes, analyzing and implementing this technique,
-with a focus on its uses in language development.
+This technique has a long history[^tagarch] and is used in many critical applications,
+such as operating system kernels and programming language interpreters.
+We will also see a simple implementation, with a focus on language development.
## Preliminary theory