OS Multithreading Question: Download OS Multithreading PDF

What is interleaved multi-threading?

Tweet Share WhatsApp

Answer:

The purpose of interleaved multithreading is to remove all data dependency stalls from the execution pipeline. Since one thread is relatively independent from other threads, there's less chance of one instruction in one pipe stage needing an output from an older instruction in the pipeline.

Download OS Multithreading PDF Read All 6 OS Multithreading Questions
Previous QuestionNext Question
What is block multi-threading?What is simultaneous multi-threading?