Next: Conclusions
Up: More Complex Cache Hierarchies
Previous: Tree-like Hierarchy
We invert the cache hierarchy used above as shown in Figure 15. At the first level we have a single cache
(
blocks) and at the second level we have
(
blocks) and
(
blocks). The trace P1 accesses data through the
hierarchy, while the traces P2, P3, P4 or P5 are served through the
hierarchy.
We again notice that PROMOTE-LRU performs within
% of the DEMOTE variant in terms of response time, and is twice as efficient in terms of bandwidth usage. PROMOTE-ARC performs much better than the LRU based algorithms as expected. DEMOTE cannot generalize ARC for this hierarchy and thus is not a contender.
Again we observe that OPT-LB and OPT-UB provide close bounds (
% apart) on the optimal performance for the given hierarchy.
root
2008-01-08