سؤال

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