AdvancedVocabulary#software-architecture#developer-tools#backend

Branch Prediction Vocabulary

Learn the vocabulary of a CPU guessing a branch's outcome and speculatively executing down that guessed path.

0 / 5 completed
1 / 5
At standup, a dev mentions that a CPU guesses which way an upcoming conditional branch will go and starts speculatively executing instructions down that guessed path before the branch's actual condition is even fully evaluated. What is this CPU technique called?