:> write-through the processor that does the write will flush the dirty
:> cache line to main memory in fairly short order.
:
:Why do you keep saying the Intel caches are write-through? They've
:been write-back since the Pentium. See table 9-2 in the same document
:I cited before.
:
:John
:--
: John Polstra
Maybe I'm using the wrong terminology. What I mean to say is that
Intel caches, under most conditions, will flush dirty elements in
their caches to main memory very quickly. i.e. unlike, say, the old
68040 cache which leaves dirty cache lines in the cache almost
indefinitely. The intel caches implement a write ordering constraint
and a FIFO to deal with dirty data.
Yes, I guess that would be write-back rather then write-through,
But not delayed-write.
-Matt
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message