Q. Design issues of Multi-threaded processors?
To accomplish the maximum processor utilization in a multithreaded architecture, the subsequent design issues should be addressed:
• Context Switching time: S < I which means very fast context switching mechanism is required.
• Number of Threads: A huge number of threads must be available so that processor switches to an active thread from idle state.