Question: 2) The table shows instruction type breakdown for two different programs. Using this data you will be exploring the performance tradeoffs with different changes
2) The table shows instruction type breakdown for two different programs. Using this data you will be exploring the performance tradeoffs with different changes made to the processor. Program Program 1 Program 2 Compute Load Store Branch 10000 4000 1000 500 Total 15500 15000 3000 1000 1000 20,000 a. Assuming that computes (arithmetic logic operations) take 1 cycle, loads and stores take 10 cycles, and branches take 3 cycles, find the execution time of each program on a 3 GHz processor. b. Assume that the processor is modified so that computes take 1 cycle, loads take 5 cycles, stores take 4 cycles and branches take 2 cycles but the processor now runs at 2.5 GHz. Find the execution time of each of these programs on the modified machines.
Step by Step Solution
3.48 Rating (148 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
