Previous | Next --- Slide 49 of 65
Back to Lecture Thumbnails
ajindia

Contexts refer to states of threads. So if we want to be able to hide latency by running different threads, we need to be able to store the states of the different threads (register values, memory locations etc.) so we can load these and run them. This is where we use context storage.