What is commitment unit?
When out-of-order execution is permitted, a special control unit is required to guarantee in-order commitment. This is known as the commitment unit. It uses queue called the recorder buffer to determine which instruction should be committed next. Instructions are entered in the queue strictly in program order as they are dispatched for implementation.