TLB

Back to Virtual Memory

The Translation Lookaside Buffer is a hardware cache for page table entries. TLB hits resolve virtual-to-physical address translation in a single cycle; TLB misses require expensive page table walks. TLB-friendly memory access patterns are critical for performance.

memory-models virtual-memory tlb