Next: ...
Up: Elementary Processor Architecture
Previous: PERFORMANCE OF A SEQUENTIAL PROCESSOR
- The number of clock cycles needed depends on the particular instruction
- The execution time of a program is the sum of the execution times of its
instructions
- A common figure of merit for an architecture is CPI, the average number of
clock cycles per instruction
- CPI depends on the program being executed
- Reducing CPI is a good idea
- But reducing average CPI might not improve performance