Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 2 :Problem 5 : You are going to enhance a computer, and there are two possible improvements: either make multiply instructions run three times
Problem :Problem :
You are going to enhance a computer, and there are two possible improvements: either make multiply instructions
run three times faster than before or make memory access instructions run four times faster than before. You
repeatedly run a program that takes seconds to execute. Of this time, is used for multiplication, for
memory access instructions, and for other tasks. What will the speedup be if you improve only multiplication?
What will the speedup be if you improve only memory access? What will the speedup be if both improvements are
made? Use Amdahl's law.
You are the lead designer of a new processor having a clock rate of The processor design and compiler are
complete. Call this base computer Mbase. For Mbase, the following measurements were made using a simulator:
The hardware engineering team claims that it can improve the processor design to give it a clock rate of Call
this computer Mopt. For Mopt, the following measurements were made using a simulator:
The compiler team proposes to improve the compiler instead. Call this combination of the improved compiler and
the base computer Mcomp. The instruction improvements from this enhanced compiler were estimated as follows:
For example, if the base computer executed class A instructions, Mcomp would execute class
A instructions for the same program.
Finally, there is also the possibility of combining both processor design and compiler improvements. Call this
combination Mboth.
a What is the CPI for each computer?
b What are the native MIPS ratings for each computer?
c How much faster is Mopt than Mbase.
d How much faster is Mcomp than Mbase.
e How much faster is Mboth than Mbase.
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