Map
Index
Random
Help
th

Quote: Java requires memory coherence; i.e., reads and writes must appear to act on global memory in a coherent order for each thread

topics > all references > references p-r > QuoteRef: pughW6_1999 , p. 91



Topic:
managing shared memory

Quotation Skeleton

What the [Java memory model] does require is Coherence [ref]. Informally, for each variable in isolation, the uses and assigns … that respects the order within each thread (i.e., … [Consider variables that] might be aliased, but are not definitely … One way to think of it is that … write by another thread, it must be treated … [thus, preventing reuse of previously accessed values].   Google-1   Google-2

Copyright clearance needed for quotation.

Additional Titles

Quote: with memory coherence, any read is a possible write; i.e., a read may make a thread aware of another thread's write

Related Topics up

Topic: managing shared memory (74 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.