Multithreading (computer architecture): Difference between revisions

Content deleted Content added
Concept: reformat
Concept: reformat
Line 110:
For example:
 
# Cycle i, : instruction j from thread A; instruction k from thread B both simultaneously issued
# Cycle i+1,: instruction k+1 from thread B; instruction m from thread C both simultaneously issued
# Cycle i+2,: instruction j+1 from thread A; instruction m+1 from thread C both simultaneously issued
 
====Terminology====