Multithreading (computer architecture): Difference between revisions

Content deleted Content added
Concept: reformat example
Concept: data dependency link
Line 72:
# And so on for every cycle.
 
The purpose of this type of multithreading is to remove all [[data dependency]] stalls from the execution pipeline.
 
Conceptually, it is similiar to [[preemption (computing)|pre-exemptive]] multi-tasking used in operating systems. One can