From: Julian Seward Date: Mon, 20 Oct 2008 10:23:46 +0000 (+0000) Subject: Set average translation size plausibly, so as to avoid excessive X-Git-Tag: svn/VALGRIND_3_4_0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e4f5fac542f5c754ee8b09162756ea6ffc6c4b;p=thirdparty%2Fvalgrind.git 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 --- 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,