1. What are the contributions mentioned in the paper "A time predictable instruction cache for a java processor" ?
This paper proposes a different cache architecture, intended to ease WCET analysis.
read more
2. What is the effect of smaller blocks on the memory?
With smaller block sizes, the chance of unused data being read is reduced and the larger number of blocks reduces conflict misses.
read more
3. How is the time needed to load a complete method calculated?
The time needed to load a complete method is calculated using the memory properties (latency and bandwidth) and the length of the method.
read more
4. What is the worst case scenario for a cache stall?
The worst case scenario for the memory stall time for an instruction fetch or a data load is two miss penalties when both cache reads are a miss.
read more





