Section 12.7
Speeding up Virtual Memory

If the page table is stored in real memory, then every data access out of real memory will require not one but two memory reads. This could slow the computer down to 50% of its original speed and is unacceptable. Fortunately, the principle of locality comes to the rescue and allows the computer to hide away the most commonly translated addresses in a secret tiny hardware memory called the TLB (translation lookaside buffer).

Start Reading

next section

  [Full page version] [Review questions ...answers] [Section map] [Chapter 12 home] [Book home] [Quiz]