What is interleaved multi-threading?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online OS Multithreading Job Interview Questions And Answers