March 2003
Intermediate to advanced
912 pages
27h 17m
English
In a system many processors are simultaneously fetching and executing instructions of stored programs. The following facts relating to the conventional machine level of a computer can be asserted:
reading a memory location is indivisible or atomic (see Section 9.8);
writing a memory location is atomic.
There can be arbitrary interleaving of machine instruction execution from concurrent computations and therefore arbitrary interleavings of memory accesses. The possibility should be considered that between any two instructions of one computation, any number of machine instructions of any other concurrent computation could be executed. It should also be noted that a high-level language statement, even a simple increment x++ ...