Marvell Technology Interview Question

What is Reorder Buffer used for

Interview Answer

Anonymous

Jul 9, 2011

Reorder buffer is a buffer used to help out of order instructions to retire in order.It is a circular buffer with two pointers.One pointer points to the intruction which is going to be committed while other points to instruction entering the reorder buffer

1