Memory timing: Difference between revisions

From Rice Wiki
(Created page with "Keep recently accessed data in higher levels of memory hierarchy (i.e. use better memory). = Hit or miss = '''Hit''' is when data is found in that level of memory hierarchy. '''Miss''' is the complement. = Average memory access time = <math> AMAT=t_{cache}+MR_{cache}[t_{MM}+MR_{MM}(t_{VM})] </math>")
 
Line 10: Line 10:
AMAT=t_{cache}+MR_{cache}[t_{MM}+MR_{MM}(t_{VM})]
AMAT=t_{cache}+MR_{cache}[t_{MM}+MR_{MM}(t_{VM})]
</math>
</math>
Note that if memory is not in main, it must be in virtual

Revision as of 15:22, 3 June 2024

Keep recently accessed data in higher levels of memory hierarchy (i.e. use better memory).

Hit or miss

Hit is when data is found in that level of memory hierarchy. Miss is the complement.

Average memory access time

Note that if memory is not in main, it must be in virtual