Problem #3 Cache block size (B) can affect both miss rate and miss latency. Assuming a machine with a base CPI of 1, and
Posted: Sun Jul 03, 2022 11:22 am
Problem #3 Cache block size (B) can affect both miss rate and miss latency. Assuming a machine with a base CPI of 1, and an average of 1.35 references (both instruction and data) per instruction, find the block size that minimizes the total miss latency given the following miss rates for various block sizes. 8: 4% 16: 3% 32: 2% 64: 1.5% 128: 1% 1- What is the optimal block size for a miss latency of 20 ×B cycles? 2- What is the optimal block size for a miss latency of 24+B cycles? 3- For constant miss latency, what is the optimal block size?