Classic RISC pipeline: Difference between revisions

Content deleted Content added
Added link to Iron law of performance, because I know it has something to do with RISC pipelining but not enough to comment intelligently.
See Also: heading case fix
Line 164:
Another strategy to handle suspend/resume is to reuse the exception logic. The machine takes an exception on the offending instruction, and all further instructions are invalidated. When the cache has been filled with the necessary data, the instruction that caused the cache miss restarts. To expedite data cache miss handling, the instruction can be restarted so that its access cycle happens one cycle after the data cache is filled.
 
== See Alsoalso ==
 
* [[Iron law of processor performance]]