Jump to content

Re-order buffer

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 87.187.96.102 (talk) at 21:22, 16 June 2007 (Link to Article on packet reordering fixed,). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A re-order buffer (ROB) is used in a Tomasulo algorithm for out-of-order instruction execution. It allows instructions to be committed in-order.

Additional benefits include allowing for precise exceptions and easy rollback for control of target address mispredictions (branch or jump).