Content deleted Content added
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
▲* 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.
|