cache associatif à 4 blocs
- Domaine
-
- informatiquemémoire d'ordinateur
Note :
Cache associatif par blocs : Méthode de compromis entre puissance et complexité, et la plus couramment utilisée en micro. La mémoire cache est divisée en deux ou quatre blocs égaux et la mémoire vive en pages de taille égale à un bloc. À chaque ligne de données en mémoire vive correspondent ainsi deux ou quatre emplacements en mémoire cache.
Termes :
- cache associatif à 4 blocs n. m.
- cache associatif à 4 ensembles n.
Traductions
-
anglais
Auteur : IBMOT : banque de données terminologiques,Note :
Cache is used to accelerate system memory accesses by providing a faster local storage memory. It fits between the microprocessor and the main system memory. It speeds up the process by holding copies of code and data frequently requested from the slower main system memory inits fast local SRAM. / 4-way set associative cache / is a good compromise between the fully-associative cache and the direct cache. It divides its cache memory in four banks. Each bank has its own tag andcomparison logic. Then in a 4way cache, four comparisons are done at the same time giving the host the possibility to follow up to four ways (or branches) without accessing the main system memeory.
Termes :
- 4-way set associative cache
- four-way set associative cache
- way set associative data cache