Given the program below,
ππππ $π‘π‘1, 0
Question 2 (10 points).
ππππ $π‘π‘2, 10
πΏπΏ: ππππππ $π‘π‘1, $π‘π‘2, πΈπΈπΈπΈπππ‘π‘
ππππππππ $π‘π‘1, $π‘π‘1, 1
jL Exit:
1). How many static instructions in the program? How many dynamic instructions in the program? [βExitβ is a label not an instruction]
2). Compare the performance of the following two processors:
P1: 1GHz, with a CPI of 1.2 for the given program
P2: 2GHz, with a CPI of 1 for the same program
Calculate the CPU execution time of these two processors on the given program. Which processor is faster in executing the given program? How much faster?