Cache Hierarchy in A Modern Processor
Modern processors have multiple interacting caches on chip.
The operation of a particular cache can be completely specified by:
- the cache size
- the cache block size
- the number of blocks in a set
- the cache set replacement policy
- the cache write policy (write-through or write-back)
While all of the cache blocks in a particular cache are the same size and have the same associativity, typically "lower-level" caches (such as the L1 cache) have a smaller size, have smaller blocks, and have fewer blocks in a set, while "higher-level" caches (such as the L3 cache) have larger size, larger blocks, and more blocks in a set.
Read more about this topic: CPU Cache
Famous quotes containing the words hierarchy and/or modern:
“In the world of the celebrity, the hierarchy of publicity has replaced the hierarchy of descent and even of great wealth.”
—C. Wright Mills (19161962)
“I have developed a visionary modern lyric, and, for it, an idiom in which I can write lyrically, colloquially, and dramatically. My subject is city lifewith its sofas, hotel corridors, cinemas, underworlds, cardboard suitcases, self-willed buses, banknotes, soapy bathrooms, newspaper-filled parks; and its anguish, its enraged excitement, its great lonely joys.”
—Rosemary Tonks (b. 1932)