Branch Predictor - Couverture souple

 
9786130794286: Branch Predictor

Synopsis

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In computer architecture, a branch predictor is a digital circuit that tries to guess which way a branch (e.g. an if-then-else structure) will go before this is known for sure. The purpose of the branch predictor is to improve the flow in the instruction pipeline. Branch predictors are crucial in today's pipelined microprocessors for achieving high performance. A two-way branching is usually implemented with a conditional jump instruction. A conditional jump can either be "not taken" and continue execution with the first branch of code which follows immediately after the conditional jump - or it can be "taken" and jump to a different place in program memory where the second branch of code is stored.

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.