JavaMemoryModel:(Official) Good news on IA-64

From: Hudson, Rick (rick.hudson@intel.com)
Date: Wed Feb 16 2000 - 09:26:38 EST


Folks might be interested in the just released Volume 2 chapter 13.2.1.6 of
the Intel IA64 Architecture Software Developer's Manual It is the chapter on
IA64 MP Coherence and Synchronization. This document is now available from
http://developer.intel.com/design/ia-64/manuals/index.htm. Enjoy.

It states the following, which is critical for ensuring publication safety
while not requiring strong loads.

Processor #0 Processor #1
st [x] = 1;; // M1 ld r1 = [y];; //M3
st.rel [y] = x // M2 ld r2 = [r1] //M4

Outcomes r1 = x and r2 = 0 is not allowed.

st and ld are weak stores and loads while st.rel is a store with release
semantics. The important thing to note is that ld.acq (load with acquire
semantics) is not required.

- Rick Hudson
Intel Microprocessor Research Lab.

 



This archive was generated by hypermail 2b29 : Thu Oct 13 2005 - 07:00:24 EDT