Author: sewardj Date: 2008-03-04 01:58:47 +0000 (Tue, 04 Mar 2008) New Revision: 7555
Log: Fine-tune the compressed SVal machinery a bit to work better with 64-bit SVals. This reduces the maximum process image size for an OO.o start/exit from 535MB to 510MB. Modified: branches/HGDEV/helgrind/hg_main.c Modified: branches/HGDEV/helgrind/hg_main.c =================================================================== --- branches/HGDEV/helgrind/hg_main.c 2008-03-04 01:53:35 UTC (rev 7554) +++ branches/HGDEV/helgrind/hg_main.c 2008-03-04 01:58:47 UTC (rev 7555) @@ -365,7 +365,7 @@ /* ------ CacheLine ------ */ -#define N_LINE_BITS 5 /* must be >= 3 */ +#define N_LINE_BITS 6 /* must be >= 3 */ #define N_LINE_ARANGE (1 << N_LINE_BITS) #define N_LINE_TREES (N_LINE_ARANGE >> 3) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers