6 ms·
Depends on the branch predictor: correct branch, everything’s loaded and set. Wrong branch: flush it all and load again. If you know the branch predictor algor
by mycatisblack 1y ago
Depends on the branch predictor: correct branch, everything’s loaded and set. Wrong branch: flush it all and load again.
If you know the branch predictor algorithm you can optimise for it.
Edit: it’s on p27