Previous | Next --- Slide 50 of 65
Back to Lecture Thumbnails
bosher

To understand why many small contexts lead to high latency hiding ability, note that when one of the threads stall on memory, other threads can run instead. More contexts implies more threads at the same time, which reduce the probability that all threads stalls and no one actually is able to run.