A compulsory cache miss happens the first time the CPU reads any bytes in a memory Such cache misses are inevitable, and the entire memory block must be brought into the How many compulsory misses in the data cache will occur when running the above cod Give your gnswer in a base 10 number (and only write down the number).

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Consider the following C code:
int A[16];
int B[16];
int m;
...
//A large chunk of code that does NOT access
//arrays A and B.
..
for (int i=0; i<10; i++) {
for (int j=0; j<16; j++) {
B[j] = m * A[j] + B[j];
}
}
Assume this program runs on a 32-bit machine, i.e., the CPU loads/stores 4 bytes from memory
in one go. This machine has a 16-bit memory address, and each memory block stores 16 bytes.
This machine has a direct-mapped data cache with 16 cache lines.
Array A starts at address O, and B starts at address 256 - both arrays begin at a memory block
boundary. Each element of arrays A and B occupies 4 bytes. The values of i, j, and m are stored
in CPU registers.
Q5.1
A compulsory cache miss happens the first time the CPU reads any bytes in a memory block.
Such cache misses are inevitable, and the entire memory block must be brought into the cache.
How many compulsory misses in the data cache will occur when running the above code?
Give your answer in a base 10 number (and only write down the number).
Transcribed Image Text:Consider the following C code: int A[16]; int B[16]; int m; ... //A large chunk of code that does NOT access //arrays A and B. .. for (int i=0; i<10; i++) { for (int j=0; j<16; j++) { B[j] = m * A[j] + B[j]; } } Assume this program runs on a 32-bit machine, i.e., the CPU loads/stores 4 bytes from memory in one go. This machine has a 16-bit memory address, and each memory block stores 16 bytes. This machine has a direct-mapped data cache with 16 cache lines. Array A starts at address O, and B starts at address 256 - both arrays begin at a memory block boundary. Each element of arrays A and B occupies 4 bytes. The values of i, j, and m are stored in CPU registers. Q5.1 A compulsory cache miss happens the first time the CPU reads any bytes in a memory block. Such cache misses are inevitable, and the entire memory block must be brought into the cache. How many compulsory misses in the data cache will occur when running the above code? Give your answer in a base 10 number (and only write down the number).
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY