Compilers can have a profound impact on the performance of an application. Assume that for a program, compiler A results in a dy
namic instruction count of 1.0E9 and has an execution time of 1.1 s, while compiler B results in a dynamic instruction count of 1.2E9 and an execution time of 1.5 s.
Incomplete question as we have not told what to find.So I have assumed to find average CPI for each program.So complete question is here
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.1 s, while compiler B results in a dynamic instruction count of 1.2E9 and an execution time of 1.5 s.
Find the average CPI for each program given that the processor has a clock cycle time of 1 ns.