From 26e4f5fac542f5c754ee8b09162756ea6ffc6c4b Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 20 Oct 2008 10:23:46 +0000 Subject: [PATCH] Set average translation size plausibly, so as to avoid excessive retranslations caused by the default size. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8678 --- exp-ptrcheck/pc_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exp-ptrcheck/pc_main.c b/exp-ptrcheck/pc_main.c index deba949510..1492de313f 100644 --- a/exp-ptrcheck/pc_main.c +++ b/exp-ptrcheck/pc_main.c @@ -136,6 +136,7 @@ static void pc_pre_clo_init(void) VG_(details_copyright_author)( "Copyright (C) 2003-2008, and GNU GPL'd, by OpenWorks Ltd et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); + VG_(details_avg_translation_sizeB) ( 496 ); VG_(basic_tool_funcs) (pc_post_clo_init, h_instrument, -- 2.47.3