Selasa, 05 Januari 2010

M E S I

Modified
The cache line is present only in the current cache, and is dirty; it has been modified from the value in main memory. The cache is required to write the data back to main memory at some time in the future, before permitting any other read of the (no longer valid) main memory state. The write-back changes the line to the Exclusive state.

Exclusive
The cache line is present only in the current cache, but is clean; it matches main memory. It may be changed to the Shared state at any time, in response to a read request. Alternatively, it may be changed to the Modified state when writing to it.

Shared
Indicates that this cache line may be stored in other caches of the machine & is "clean" ; it matches the main memory. The line may be discarded (changed to the Invalid state) at any time.

Invalid
Indicates that this cache line is invalid.


-----------------------------------------------------------

Dimodifikasi
Garis cache hadir hanya dalam cache saat ini, dan kotor; ini telah dimodifikasi dari nilai di memori utama. Cache dibutuhkan untuk menulis data kembali ke memori utama pada suatu waktu di masa depan, sebelum mengizinkan membaca lain (yang tidak berlaku lagi) memori utama negara. Write-back yang mengubah baris ke negara Eksklusif.

Eksklusif
Garis cache hadir hanya dalam cache saat ini, tetapi bersih; kesesuaiannya memori utama. Mungkin berubah menjadi negara Shared setiap saat, sebagai tanggapan atas permintaan membaca. Atau, mungkin akan diubah ke negara Modifikasi saat menulis untuk itu.

Shared
Menunjukkan bahwa baris cache ini dapat disimpan dalam cache lain dari mesin & adalah "bersih"; itu sesuai dengan memori utama. Garis dapat dibuang (berubah menjadi negara tidak valid) pada setiap saat.

Valid
Menunjukkan bahwa baris cache ini tidak valid.

Tidak ada komentar:

Posting Komentar