DescriptionQ925
Q925ArchDVAppleASIC interview problem
Recover from a speculative memory-order violation
TechniquesArchDVCPULoad-store queueReplay
DifficultyMedium
TopicMemory Systems
LanguageSystemVerilog
Format4 choices
01
Problem
A younger load executes before an older store's address is known. The store later resolves to an overlapping address. What must the processor do?
02
