diff options
Diffstat (limited to 'posts/analyzing-executable-size-part-0.org')
| -rw-r--r-- | posts/analyzing-executable-size-part-0.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/analyzing-executable-size-part-0.org b/posts/analyzing-executable-size-part-0.org index aa65f9f..ba49811 100644 --- a/posts/analyzing-executable-size-part-0.org +++ b/posts/analyzing-executable-size-part-0.org @@ -3,7 +3,7 @@ #+TAGS: writeup programming operating-systems c linux #+BEGIN_EXPORT html -<header class="article-front-matter article-warning"> +<aside class="legacy-warning"> <p>This was intended to be a series describing trends in programming language technology and how they relate to an increase in the average size of executable files. It never materialized beyond this initial post. @@ -22,7 +22,7 @@ runtime and is therefore larger. I don't think it's as much of a problem as folks make it out to be, and my past self seems to be somewhat cognizant of that.</p> -</header> +</aside> #+END_EXPORT It seems that static linking is back in style, or at least popular among all the |