Computer Science, asked by hiteshu86, 1 year ago

Explain the term Branch predictor in pentium processor?​

Answers

Answered by PoojaBurra
0

Branch predictor is a technique of computer architecture that tries to mitigate costs of branching.  

Branch predictor boosts up processing of branch instructions with CPUs by the help of pipelining.  

Technique involves only running certain instructions if some predicates are true.  

Branch predictor is generally implemented in hardware by branch predictor.

Branch predictor is also called branch predication.

Similar questions