]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bring avg translation size statement closer to reality, for
authorJulian Seward <jseward@acm.org>
Thu, 10 Mar 2011 15:01:14 +0000 (15:01 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 10 Mar 2011 15:01:14 +0000 (15:01 +0000)
amd64-linux with --smc-check=all.  350 would be better, but H already
soaks up so much space that a low-side of 320 seems prudent.

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

helgrind/hg_main.c

index 024ede9f56f28d913fece441d5849ea3833334a3..e2e4a981ce4565eb18347ceb168b560932c2733b 100644 (file)
@@ -4888,7 +4888,7 @@ static void hg_pre_clo_init ( void )
    VG_(details_copyright_author)(
       "Copyright (C) 2007-2010, and GNU GPL'd, by OpenWorks LLP et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
-   VG_(details_avg_translation_sizeB) ( 200 );
+   VG_(details_avg_translation_sizeB) ( 320 );
 
    VG_(basic_tool_funcs)          (hg_post_clo_init,
                                    hg_instrument,