Hacker News new | ask | show | jobs
by fixerfrasse 3588 days ago
Afaik, if you read in reverse, then you will miss cache optimization since it only works forward.
1 comments

Intel cache prediction will detect both forward, backward, and some odd movement patterns. It has not been only forward prediction for a very long time.
Do you know how the popular ARM based chips fare in comparison?