View Single Post
Staro 31.12.2007., 00:17   #3
Baja 001
Banned
Moj komp
 
Baja 001's Avatar
 
Datum registracije: Aug 2006
Lokacija: Split
Postovi: 7,504
Citiraj:
Autor Ghostrid3r Pregled postova
Sto su to L3 cache i TLB?
OK, primjetio sam da imaš puno pitanja i puno otvorenih tema!
Google Is Your Friend
L3 cache = treće razredni "keš" dosta veći i sporiji od L2 cachea koji je isto dosta sporiji i veći od L1 cachea.
Translation Lookaside Buffer (TLB) is a CPU cache that is used by memory management hardware to improve the speed of virtual address translation. All current desktop and server processors (such as x86) use a TLB. A TLB has a fixed number of slots containing page table entries, which map virtual addresses onto physical addresses. It is typically a content-addressable memory (CAM), in which the search key is the virtual address and the search result is a physical address. If the requested address is present in the TLB, the CAM search yields a match very quickly, after which the physical address can be used to access memory. If the requested address is not in the TLB, the translation proceeds using the page table, which is slower to access. Furthermore, the translation takes significantly longer if the translation tables are swapped out into secondary storage, which a few systems allow.
ostatak članka
Baja 001 je offline   Reply With Quote