[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bochs-cvs
Subject:    [Bochs-cvs] CVS: bochs/cpu icache.h,1.18,1.19
From:       Stanislav Shwartsman <sshwarts () users ! sourceforge ! net>
Date:       2007-11-22 17:32:04
Message-ID: E1IvFuG-0008Vo-U8 () sc8-pr-cvs3 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/bochs/bochs/cpu
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32510

Modified Files:
	icache.h 
Log Message:
Diplicate ICACHE size - now index to ICACHE is exactly 16 bit so ICACHE hash function \
could be computed more efficiently


Index: icache.h
===================================================================
RCS file: /cvsroot/bochs/bochs/cpu/icache.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- icache.h	20 Sep 2006 20:52:23 -0000	1.18
+++ icache.h	22 Nov 2007 17:32:00 -0000	1.19
@@ -113,7 +113,7 @@
 
 extern bxPageWriteStampTable pageWriteStampTable;
 
-#define BxICacheEntries (32 * 1024)  // Must be a power of 2.
+#define BxICacheEntries (64 * 1024)  // Must be a power of 2.
 
 struct bxICacheEntry_c
 {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bochs-cvs mailing list
Bochs-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bochs-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic