|
From: <sv...@va...> - 2006-10-17 02:21:23
|
Author: sewardj
Date: 2006-10-17 03:21:17 +0100 (Tue, 17 Oct 2006)
New Revision: 6296
Log:
Merge r6214 (some parts):
Futz with the estimated-translation sizes to make them more plausible [..=
]
Modified:
trunk/helgrind/hg_main.c
trunk/lackey/lk_main.c
Modified: trunk/helgrind/hg_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/helgrind/hg_main.c 2006-10-17 02:16:44 UTC (rev 6295)
+++ trunk/helgrind/hg_main.c 2006-10-17 02:21:17 UTC (rev 6296)
@@ -3385,7 +3385,7 @@
VG_(details_copyright_author)(
"Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote et=
al.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
- VG_(details_avg_translation_sizeB) ( 115 );
+ VG_(details_avg_translation_sizeB) ( 300 );
=20
VG_(basic_tool_funcs) (hg_post_clo_init,
hg_instrument,
Modified: trunk/lackey/lk_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/lackey/lk_main.c 2006-10-17 02:16:44 UTC (rev 6295)
+++ trunk/lackey/lk_main.c 2006-10-17 02:21:17 UTC (rev 6296)
@@ -811,7 +811,7 @@
VG_(details_copyright_author)(
"Copyright (C) 2002-2006, and GNU GPL'd, by Nicholas Nethercote.")=
;
VG_(details_bug_reports_to) (VG_BUGS_TO);
- VG_(details_avg_translation_sizeB) ( 175 );
+ VG_(details_avg_translation_sizeB) ( 200 );
=20
VG_(basic_tool_funcs) (lk_post_clo_init,
lk_instrument,
|