Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top