Hacker News new | ask | show | jobs
by anonymous_union 830 days ago
interesting that code size is important to you. hey everyone, write shorter programs :)
1 comments

I do like short programs :). Code size does matter for instruction cache. In my application in particular, post hoc binary patching, a single byte can make a big difference in difficulty of patching.