Multithreading (computer architecture): Difference between revisions

Content deleted Content added
grammar
fix tlb link
Line 8:
 
Some criticism of multithreading include:
* Multiple threads can interfere with each other when sharing hardware resources such as [[cache]]s or [[Translation Lookaside Buffer|TLB]]s
* Execution times of a single-thread are not improved but can be degraded.