Re: Uses for memory barriers

From: Segher Boessenkool
Date: Tue Sep 12 2006 - 13:47:47 EST


In both cases, the CPU might "discard" the write, if there are no intervening
reads or writes to the same location. The only difference between your

How can it know that?

Because it holds the cache line in the "O" (owned) state, for example.

And it doesn't matter how a CPU would do this; the only thing that
matters is that you do not assume anything that is not guaranteed
by the model.


Segher

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/