InterviewSolution
Saved Bookmarks
| 1. |
Which of the most important characteristics of superscalar processor? |
|
Answer» CHARACTERISTICS of superscalar processors Superscalar processors issue – more than one instruction each cycle – the NUMBER of instructions issued will DEPEND on the instructions in the instruction stream – instructions are often re-ordered to FIT the processor architecture better – typically, between 1 and 8 instructions can be issued each cycle • The simplest possibility is a machine which issues – one integer instruction – one floating-point instruction • per clock cycle • this only GIVES appreciable improvements if there are many FP instructions to be executed. |
|