Next: Caches: Summary
Up: Average memory access time
Previous: Average memory access time
AMAT is, of course, only part of the complete performance equation:
CPU time
= (CPU execution clock cycles + Memory stall clock cycles)
Clock cycle time
- In a highly-dynamic CPU, instruction scheduling may reduce stalls due to memory accesses
- Further stalls may occur due to structural hazards,
eg simultaneous instruction and data accesses, or peripheral activities