Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

529 users

0 votes
Can someone explain to ùe the examples of cache hits and misses in the ubungblatter?

Sometimes there are misses/hits on ldi and sometimes not.
in + General Questions by (120 points)

1 Answer

0 votes
Whether there is a hit or a miss for an instruction depends on the history of the former load/store instructions, i.e., whether these have loaded the memory block in question into the cache or whether they have loaded another one at the same place so that the once loaded block has been evicted.

Therefore, you cannot say for one load/store instruction in the program whether it has a hit or miss, you can just say that for a particular execution of such an instruction: If the instruction is executed within a loop, it may be the case that every second execution is a hit or a miss (see e.g. the solutions of problems 2 of the exam papers of 2015).  See also https://q2a.cs.uni-kl.de/2264/frage-zur-altklausur-von-2017-zur-aufgabe-2c.
by (166k points)

Related questions

0 votes
1 answer
0 votes
1 answer
asked Jan 17, 2021 in * TF "Emb. Sys. and Rob." by ballatma (1.2k points)
0 votes
1 answer
0 votes
1 answer
Imprint | Privacy Policy
...