Coherence of Read-Read (CoRR)
ConceptCoherence of Read-Read (CoRR) is a memory consistency axiom that requires each load to return the value of the most recent store to the same address in both program order and the Global Memory Order (GMO). A violation of CoRR manifests as memory appearing to "go backward in time," where a younger load returns a value older than a previous load from the same address.
WIKI
Coherence of Read-Read (CoRR)
Definition
Coherence of Read-Read (CoRR) is a memory consistency axiom that constrains the behavior of multiple loads from the same address by a single hart. It mandates that each load must return the value of the most recent store to that address that precedes it in both program order and the Global Memory Order (GMO) [1]. This is part of the broader load value axiom framework that underpins the memory consistency model.
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →