List at least one more possible pair of values for C and D if such assumptions are

Question:

List at least one more possible pair of values for C and D if such assumptions are not maintained.


Memory consistency concerns the views of multiple data items. The following table shows two processors and their read/write operations on different cache blocks (A and B initially 0).a. b. A A = 1; B 1; B = 2; A+=2; B++; 2; A=5; B++; P1 = C C P2 B; D = A; B; D = A;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Computer Organization And Design The Hardware Software Interface

ISBN: 9780123747501

4th Revised Edition

Authors: David A. Patterson, John L. Hennessy

Question Posted: