From 9dc9523a1cf781f9f1468331b3e8b1982a13ebed Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Sat, 10 Jul 2004 21:57:59 -0400 Subject: the changeset of partitioned caches. this changeset creates Split tagstore class that makes either an LRU/LRU cache or a LRU/LIFO cache, it is also able to make just a LIFO cache. SConscript: add these files for partitioned caches base/traceflags.py: add Split as a traceflag --HG-- extra : convert_revision : 6aa8f7c389ee1145b33be006c820236f11f5397c --- base/traceflags.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base') diff --git a/base/traceflags.py b/base/traceflags.py index 8e1594b24..e073f96c1 100644 --- a/base/traceflags.py +++ b/base/traceflags.py @@ -120,7 +120,8 @@ baseFlags = [ 'IdeCtrl', 'IdeDisk', 'Tsunami', - 'Uart' + 'Uart', + 'Split' ] # -- cgit v1.2.3