Memory timing

From Rice Wiki
Revision as of 15:20, 3 June 2024 by Rice (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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