Concept
Branch Target Buffer 0
A Branch Target Buffer (BTB) is a specialized cache in modern CPUs that stores the destination addresses of previously executed branch instructions to improve the efficiency of branch prediction. By predicting the outcome of branches, BTBs help reduce the performance penalties associated with control hazards in pipelined processors.
Relevant Degrees