Previous | Next --- Slide 14 of 41
Back to Lecture Thumbnails
neonachronism

Is pipelining a form a of instruction-level-parallelism? While you're not issuing new instructions, and the instructions come from one control-flow, there are multiple instructions being executed at once.

jerry_zhang

Yes, pipelining is a form of instruction-level-parallelism. You can learn more at Instruction-level parallelism.