Question: For the purpose of solving a given application problem, you benchmark a program on two computer systems. On system A, the object code executed 80
For the purpose of solving a given application problem, you benchmark a program on two computer systems. On system A, the object code executed 80 million Arithmetic Logic Unit operations (ALU ops), 40 million load instructions, and 25 million branch instructions. On system B, the object code executed 50 million ALU ops, 50 million loads, and 40 million branch instructions. In both systems, each ALU op takes 1 clock cycles, each load takes 3 clock cycles, and each branch takes 5 clock cycles. (a) Compute the relative frequency of occurrence of each type of instruction executed in both systems. (b) Find the CPI for each system. (c) Assuming that the clock on system B is 10% faster than the clock on system A, which system is faster for the given application problem and by how much percent
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
