What does write (RFO) hit mean?

What does write (RFO) hit mean?

Imagen de namniardniw

I am also confused with this term

publicaciones de 2 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de jeffrey-gallagher (Intel)

Hey namniardniw,

RFO stands for "Read For Ownership," which comes into play when a programmatic write misses and then must get the rest of the cache line and merge the new data. Such a request is called a read for ownership, or RFO.

To the BSQ_cache_reference hardware, both a programmatic read and an RFO look like a data bus read, and are counted as such.

cheers

jdg

Inicie sesión para dejar un comentario.