Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the use of caches in multicore systems. a) Given is the following program sequence that is executed by two processors P and P2.

 

Consider the use of caches in multicore systems. a) Given is the following program sequence that is executed by two processors P and P2. Each processor has its own cache into which the variable A can be loaded. The MSI protocol is used to keep the caches of the two processors coherent. Both caches are empty at the beginning and A = 0. read A P P write A, 1 P2 read A P1 read A P2 write A, 2 P2 read A P write A, 3 Provide the following information about each memory access to the variable A after each instruc- tion of the program sequence. The MSI"-States in the caches of both processors. . The values of the variable in the caches of both processors. The value of the variable in main memory. The processor actions (PrWr, PrRd) caused by the access, and The bus operations (BusRd, BusRdEx, flush) caused by the MSI protocol.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Computer organization and architecture designing for performance

Authors: william stallings

8th edition

136073735, 978-0136073734

Students also viewed these Programming questions

Question

Describe the factors influencing of performance appraisal.

Answered: 1 week ago

Question

How are data written onto a magnetic disk?

Answered: 1 week ago

Question

=+58. More arrows. Consider our archer from Exercise 52.

Answered: 1 week ago