Hacker News new | ask | show | jobs
by kid0m4n 4643 days ago
So it totally disables all loop unrolling, inlining... hmm
1 comments

Does a couple of other things, including choosing instruction sequences that are more compact afaik. But also favouring compactness over alignment and obviously jumps over unrolling. Obviously this isn't code that benefits terribly much from it, but it has been known to happen.