Cache placement policies: Difference between revisions

Content deleted Content added
Cousteau (talk | contribs)
m Undid revision 1202879777 by 161.69.54.47 (talk) - Let's be consistent. If we're using Verilog-style 'b notation for binary we should use it everywhere in the article. Reverting to 0b style.
Line 63:
 
=== Disadvantages ===
* The placement policy is power hungry as itthe comparison circuitry has to iteraterun over the entire cache set to locate a block.
* The placement policy is slow as it takes time to iterate through all the lines.{{Disputed inline|talk=Talk:Cache placement policies#Advantages/disadvantages of the fully associative cache wrong?|date=June 2022}}
* The placement policy is power hungry as it has to iterate over entire cache set to locate a block.
* The most expensive of all methods, due to the high cost of associative-comparison hardware.