|
From: <sv...@va...> - 2008-10-20 10:24:00
|
Author: sewardj
Date: 2008-10-20 11:23:46 +0100 (Mon, 20 Oct 2008)
New Revision: 8678
Log:
Set average translation size plausibly, so as to avoid excessive
retranslations caused by the default size.
Modified:
trunk/exp-ptrcheck/pc_main.c
Modified: trunk/exp-ptrcheck/pc_main.c
===================================================================
--- trunk/exp-ptrcheck/pc_main.c 2008-10-19 18:58:13 UTC (rev 8677)
+++ trunk/exp-ptrcheck/pc_main.c 2008-10-20 10:23:46 UTC (rev 8678)
@@ -136,6 +136,7 @@
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,
|