here are two compilers C1 and C2, from different companies. These two are used to create executables for the same code on a computer operating at 15MHZ. The code compiled by them result in instruction size of C1 =150 and C2=171. If the average CPI of the two executables are 1.35 and1.2 respectively. a.       What is execution time of code generated by each compiler? b.      What is the ratio of performance of C1 vs C2? c.       The performance of C2 is bettered one and half times by improving 13% of the code. What is the resulting performance improvement?

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.3: Data Types
Problem 9E: (Practice) Although the total number of bytes varies from computer to computer, memory sizes of...
icon
Related questions
Question

There are two compilers C1 and C2, from different companies. These two are used to create executables for the same code on a computer operating at 15MHZ. The code compiled by them result in instruction size of C1 =150 and C2=171. If the average CPI of the two executables are 1.35 and1.2 respectively.

a.       What is execution time of code generated by each compiler?

b.      What is the ratio of performance of C1 vs C2?

c.       The performance of C2 is bettered one and half times by improving 13% of the code. What is the resulting performance improvement? 

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Analysis of Performance Measurement
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr