質問

I understand there is a cache line locking instruction in Mips which prevents your data from being ejected from the cache. I am curious as to what happens when you lock down all the cache lines and a new address is read.

役に立ちましたか?

解決

In that case, the data at the new address is simply read from memory and not saved in the cache. Nothing terrible happens.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top