Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2) The table shows instruction type breakdown for two different programs. Using this data you will be exploring the performance tradeoffs with different changes

image text in transcribed 

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer Organization And Design The Hardware Software Interface

Authors: David A. Patterson, John L. Hennessy

4th Revised Edition

0123747503, 978-0123747501

More Books

Students also viewed these Programming questions