Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Compilers can have a profound impact on the performance of an application. Assume that for a program, compiler A results in a dynamic instruction count

Compilers can have a profound impact on the performance of an application. Assume that for a program, compiler A results in a dynamic instruction count of 1.0E9 and has an execution time of 1.5 s, while compiler B results in a dynamic instruction count of 1.2E9 and an execution time of 1.4 s.

a. Find the average CPI for each program given that the processor has a clock rate is 8000 MHZ.

b. Assume the compiled programs run on two different processors. If the execution times on the two processors are the same, find the clock of the processor running compiler As code and the clock of the processor running compiler Bs code.

c. A new compiler is developed that uses only 4.0E8 instructions and has an average CPI of 1.2. What is the speedup of using this new compiler versus using compiler A or B on the original processor?

Step by Step Solution

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

Database Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions

Question

Find the derivative of y= cos cos (x + 2x)

Answered: 1 week ago