Brain Dump

Translation Lookaside Buffer

Tags
comp-arch

Is an associated cache of most recently used virtual-page to physical-frame lookups.

This essentially stores the result of a page-to-frame translation so that if its referenced again soon after then you can just return the result address instead of having to calculate it again.