Cache placement policies: Difference between revisions

Content deleted Content added
Improved formatting and wording for the Set-Associative Cache and the Fully Associative Cache sections of this page.
WolfRAMM (talk | contribs)
m Disadvantages: more relevant link for the conflict miss.
Line 101:
 
=== Disadvantages ===
* The placement policy will not effectively use all the available cache lines in the cache and suffers from [[CPU cacheCache_performance_measurement_and_metric#Cache missConflict_misses|conflict miss]].
 
=== Example ===