Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top