First page Back Continue Last page Overview Graphics
Pipelined, Superscalar, and OOO execution
Most processor take multiple steps to complete the execution of an instruction
Pipelined execution overlaps the processing stages of the instructions
Superscalar execution allow multiple instructions to be processed concurrently by separate hardware units
Out-of-Order execution allows instructions to be executed in the order that their input is available rather than the order specified in the code
Notes: