Determining number of cache misses

后端 未结 0 1105
离开以前
离开以前 2021-01-31 16:04

Consider a 32-bit computer. With 2-way associative cache, cache blocks are 8 words each and has 512 sets.
Consider the following code block

int A[N];
for(int          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题