Instruction Pipelining
Execution time:
CPU time = I * CPI * CT = I * 5 * CT
in general, for
n
stages of execution,
CPU time = n * I * CT
or we can execution instructions in a
pipeline
...
to Overview.