From 7d631574d973564b290157c4e3571151db35a033 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 1 Jan 2022 14:09:36 -0500 Subject: add posts/2021-12-31-tiny-binaries.md: add link to assembly optimizations post --- content/posts/2021-12-31-tiny-binaries.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'content') 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" -- cgit v1.2.3