Branch Prediction

Turkish equivalent: Dallanma tahminiDomain: Computer Architecture

A processor technique that predicts control-flow outcomes so instructions can be fetched and executed speculatively before a branch is resolved.

  • SIMD
  • Vectorization
  • Cache Locality
  • CPU Profiling