On 9/13/2017 12:26 PM, Charles Mills wrote:
Question: is there any way for the 'examining' code, possibly running on a
different CPU, to be assured of seeing a consistent (either 'before' or
'after') POINTER and ADDRESS contents? Possibly with serialization at some
point?

In general, no.

The architecture only guarantees storage consistency if the data is in the same double word, aligned on a double word boundary, in the general case (such as using LM or STM) or the same quad word, aligned on a quad word boundary, for a defined set of instructions (such as CDSG).

Regards,
Greg

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to