Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Compiler Pessimization (1971) (archive.org)
13 points by rbanffy on July 26, 2019 | hide | past | favorite | 3 comments


From Datamation: https://archive.org/details/CompilerPessimization

It's tagged as an April Fools' joke. 1971 seems really early for that in a professional publication! Were there earlier ones?


I don't know about April Fools, but software pessimization as a trend has definitely been keeping Moore's law alive for a long time (via creating a demand for it).

Similarly to compiler pessimization, software pessimization operates on a higher level, and is implemented by the application programmer. The goal is to produce new software that does the exact same thing as old software, but uses more resources.

Ponders a chat app memory/CPU usage


Actually I do have dynamic pessimizations steps in my compiler. It's done when boxing raw stack values back into typed heap values. A series of ops acting on typed values might be faster with the unboxed variants, but only if all ops exist to work with unboxed values. If not, we need to pessimize back into boxed values.

Don’t Box Me In (feat. Stan Ridgway) Stewart Copeland https://youtu.be/8j6Tln0lN0c




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: