Branch Prediction
A processor technique that predicts control-flow outcomes so instructions can be fetched and executed speculatively before a branch is resolved.
Related Concepts
- SIMD
- Vectorization
- Cache Locality
- CPU Profiling
A processor technique that predicts control-flow outcomes so instructions can be fetched and executed speculatively before a branch is resolved.