|
From: <sv...@va...> - 2006-10-17 02:25:53
|
Author: sewardj
Date: 2006-10-17 03:25:50 +0100 (Tue, 17 Oct 2006)
New Revision: 6301
Log:
Update 'expected' default translation size (partial merge of r6214).
Modified:
trunk/include/pub_tool_tooliface.h
Modified: trunk/include/pub_tool_tooliface.h
=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/include/pub_tool_tooliface.h 2006-10-17 02:24:51 UTC (rev 6300)
+++ trunk/include/pub_tool_tooliface.h 2006-10-17 02:25:50 UTC (rev 6301)
@@ -244,7 +244,7 @@
=20
/* Default value for avg_translations_sizeB (in bytes), indicating typic=
al
code expansion of about 6:1. */
-#define VG_DEFAULT_TRANS_SIZEB 100
+#define VG_DEFAULT_TRANS_SIZEB 172
=20
/* Information used in the startup message. `name' also determines the
string used for identifying suppressions in a suppression file as
|