Open khandelwaltanuj opened 2 weeks ago
The cache initiates a write to the memory on any of the following conditions:
Thanks for your reply @cfuguet
So as I understand, a load operation with a write back on a dirty line does not causes a memory write operation.
Do you think, it would be nice to have this table in the documentations please ? Even if I know it may add a lot of verification work for me :O.
Regards, Tanuj
Hi @khandelwaltanuj,
Yes, a load hit with the write-back hint does not trigger a write when reading a dirty cacheline.
A load can only trigger a write in two scenarios:
César
Hi @cfuguet
Is it possible to give details of the events that causes a write acces to the memory ? As per my understand, when a dirty is evicted, ou a read/amo operation is performed on a dirty bit, it causes a write to memory.
Are there any other cases ?
Thanks a lot
Regards Tanuj