标签: cpu-architecture numerical
我无法理解为什么使用0.4来查找数据缓存的未命中率而不是使用0.3,因为还有30%的指令是数据引用。 (https://i.stack.imgur.com/jJpC1.png)
答案 0 :(得分:0)
给定的事实是40 misses per thousand instructions for data cache。只有Load/Store指令才能访问数据缓存。只有40%个Load/Store条指令。因此,为了获得未命中率,您需要将值除以0.4。
40 misses per thousand instructions for data cache
Load/Store
40%
0.4