notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Pipelining.md (215B)


      1 # Pipelining
      2 
      3 CA L3
      4 
      5 **Definition:** Pipelining is the use of CPU hardware such that simultaneous execution of more than one instruction occurs at the same time. 
      6 
      7 See [OutOfOrderExecution](OutOfOrderExecution.md).