aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2022-01-01 14:09:36 -0500
committerPaul Duncan <pabs@pablotron.org>2022-01-01 14:09:36 -0500
commit7d631574d973564b290157c4e3571151db35a033 (patch)
treef4db696673c36393f06af6569540a066c87727bd
parent1c25fe88577dbe9bbb9593f1141d3fae1f20c31f (diff)
downloadpablotron.org-7d631574d973564b290157c4e3571151db35a033.tar.bz2
pablotron.org-7d631574d973564b290157c4e3571151db35a033.zip
add posts/2021-12-31-tiny-binaries.md: add link to assembly optimizations post
-rw-r--r--content/posts/2021-12-31-tiny-binaries.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md
index dee0d5a..2a1c7aa 100644
--- a/content/posts/2021-12-31-tiny-binaries.md
+++ b/content/posts/2021-12-31-tiny-binaries.md
@@ -38,6 +38,9 @@ Full Disclosure: `asm-opt` is the smallest *legitimate* result;
Source code, build instructions, a [CSV][] of results, and additional
details are available in the [companion GitHub repository][repo].
+**Update (2022-01-01):** See [Tiny Binaries: Assembly
+Optimization][tb-asm] for an explanation of the assembly results.
+
[x86-64]: https://en.wikipedia.org/wiki/X86-64
"64-bit version of x86 instruction set"
[linux]: https://en.wikipedia.org/wiki/Linux
@@ -60,3 +63,5 @@ details are available in the [companion GitHub repository][repo].
"Standard output."
[csv]: https://en.wikipedia.org/wiki/Comma-separated_values
"Comma-Separated Values"
+[tb-asm]: {{< ref "/posts/2021-12-31-tiny-binaries.md" >}}
+ "Tiny Binaries: Assembly Optimization"