]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Set average translation size plausibly, so as to avoid excessive
authorJulian Seward <jseward@acm.org>
Mon, 20 Oct 2008 10:23:46 +0000 (10:23 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 20 Oct 2008 10:23:46 +0000 (10:23 +0000)
retranslations caused by the default size.

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

exp-ptrcheck/pc_main.c

index deba9495102a93d3e16d8bfb6250fcac8e55cbed..1492de313fc318ea8695fe7a3ca48f22b0712d31 100644 (file)
@@ -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,