Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume a program requires the execution of 50 106 FP (Floating Point) instructions, 110 x 106 INT (integer) instructions, 80 x 106 L/S (Load/Store) instructions,
Assume a program requires the execution of 50 106 FP (Floating Point) instructions, 110 x 106 INT (integer) instructions, 80 x 106 L/S (Load/Store) instructions, and 16 x 106 branch instructions. The CPI for each type of instruction is 1, 1, 4, and 2, respectively. Assume that the processor has a 2GHz clock rate. a. By how much must we improve the CPI of FP (Floating Point) instructions if we want the program to run two times faster? b. By how much must we improve the CPI of L/S (Load/Store) instructions if we want the program to run two times faster? c. By how much is the execution time of the program improved if the CPI of INT (Integer) and FP (Floating Point) instructions are reduced by 40% and the CPI of L/S (Load/Store) and Branch is reduced by 30%
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started