Idea
Imagine, for every single Virtual Memory translation, you had to consult the Page Table. This would be extremely slow. To speed it up, we reintroduce the idea of caching. A TLB holds the translation information, not the data.
Idea
Imagine, for every single Virtual Memory translation, you had to consult the Page Table. This would be extremely slow. To speed it up, we reintroduce the idea of caching. A TLB holds the translation information, not the data.