Locality of Reference
ä Memory reference for both instruction and data tend
to cluster over a long period of time.
ä Example: once a loop is entered, there is frequent
access to a small set of instructions.
ä Hence: once a word gets referenced, it is likely that
nearby words will get referenced often in the near
future.
ä Thus, the hit ratio will be close to 1 even for a small
cache.