You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous implementation did not correctly place the evicted I-cache
block into the victim cache, leaving all victim entries empty and
thus never hit. This patch properly stores the replaced I-cache
block into the victim cache before refill, allowing victim hits to
function as intended.
Measurement shows that the number of virtual-to-physical translations
during instruction fetch (mmu_translate() calls) decreased by ~7%.
0 commit comments