]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change VG_N_EPOCHS to 20000 to avoid resolution loss for long-running
authorJulian Seward <jseward@acm.org>
Mon, 25 Mar 2002 02:02:52 +0000 (02:02 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 25 Mar 2002 02:02:52 +0000 (02:02 +0000)
loops.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@33

coregrind/vg_transtab.c
vg_transtab.c

index b93fe40dff32efb9ffcf196e733650f6c1ebaae5..1580f039288b09d2c8e0c89ff5fb2573578a44ae 100644 (file)
@@ -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)
index b93fe40dff32efb9ffcf196e733650f6c1ebaae5..1580f039288b09d2c8e0c89ff5fb2573578a44ae 100644 (file)
@@ -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)