10.3 Cache Performance: Knowledge Check
Given an 8-word, 2-way set associative cache, and the sequence of address accesses below, enter the number of misses. 5 19 19 24 24 24
3
Given an 8-word, direct mapped cache, and the sequence of address accesses below, enter the number of misses. 2 23 24 2 2 2
3
Given an 8-word, 4-way set associative cache, and the sequence of address accesses below, enter the number of misses. 7 12 7 12 2 8
4
Given an 8-word, direct mapped cache, and the sequence of address accesses below, enter the number of misses. 5 23 1 24 23 11
5
Given an 8-word, direct mapped cache, and the sequence of address accesses below, enter the number of misses. 6 2 14 20 20 10
5