From: Julian Seward Date: Mon, 25 Mar 2002 02:02:52 +0000 (+0000) Subject: Change VG_N_EPOCHS to 20000 to avoid resolution loss for long-running X-Git-Tag: svn/VALGRIND_1_0_3~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb920f9f852f4413387ffb480bb0a1c762dbf7eb;p=thirdparty%2Fvalgrind.git Change VG_N_EPOCHS to 20000 to avoid resolution loss for long-running loops. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@33 --- diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c index b93fe40dff..1580f03928 100644 --- a/coregrind/vg_transtab.c +++ b/coregrind/vg_transtab.c @@ -63,7 +63,7 @@ /* The number of age steps we track. 0 means the current epoch, N_EPOCHS-1 means used the epoch N_EPOCHS-1 or more ago. */ -#define VG_N_EPOCHS /*2000*/ 4000 +#define VG_N_EPOCHS /*2000*/ /*4000*/ 20000 /* This TT entry is empty. */ #define VG_TTE_EMPTY ((Addr)1) diff --git a/vg_transtab.c b/vg_transtab.c index b93fe40dff..1580f03928 100644 --- a/vg_transtab.c +++ b/vg_transtab.c @@ -63,7 +63,7 @@ /* The number of age steps we track. 0 means the current epoch, N_EPOCHS-1 means used the epoch N_EPOCHS-1 or more ago. */ -#define VG_N_EPOCHS /*2000*/ 4000 +#define VG_N_EPOCHS /*2000*/ /*4000*/ 20000 /* This TT entry is empty. */ #define VG_TTE_EMPTY ((Addr)1)