Hacker News new | ask | show | jobs
by hugey010 1522 days ago
It never occurred to me that loop unrolling could end up being a de-optimization due to compiler optimizations!
1 comments

The things the parent comment referred to (instruction caches and branch prediction) are in the processor hardware rather than other compiler optimisations.