https://www.research.ed.ac.uk/en/datasets/the-last-level-branch-predictor/
The Last-Level Branch Predictor - University of Edinburgh Research Explorer
university of edinburghthe lastbranch predictorlevelresearch
https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/indirect-branch-predictor-barrier.html
Indirect Branch Predictor Barrier
How to use the indirect branch predictor barrier (IBPB) mechanism to help mitigate branch target injection transient execution attacks
branch predictorindirectbarrier
https://blog.cloudflare.com/branch-predictor/
Branch predictor: How many "if"s are too many? Including x86 and M1 benchmarks!
Oct 24, 2025 - Is it ok to have if clauses that will basically never be run? Surely, there must be some performance cost to that...