OS Multithreading Question:
Download Questions PDF

What is interleaved multi-threading?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is block multi-threading?What is simultaneous multi-threading?