Skip to content
EECS 4340 Final Review

Reorder Buffer (ROB)

Tag: rob

Aliases: ROB, reorder buffer

A FIFO buffer that holds in-flight instructions in program order so that out-of-order execution results can be committed in order, supporting precise interrupts.

Lecture references

Exam references