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.
Previous Question | Next Question |
What is block multi-threading? | What is simultaneous multi-threading? |