Previous | Next --- Slide 52 of 79
Back to Lecture Thumbnails
lusiliang93

When the processor stalls, it cannot run until the previous instruction is done. Does it mean that the thread becomes runnable automatically after the previous instruction is done? I am confused about how to hide stalling with multithreading.