From: Julian Seward Date: Sat, 23 Jul 2005 20:34:51 +0000 (+0000) Subject: Some of the ppc32 front end stuff generates huge amounts of IR and X-Git-Tag: svn/VALGRIND_3_0_1^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=569f88ce6782a3c4219dc0794fe46c63da49f57f;p=thirdparty%2Fvalgrind.git Some of the ppc32 front end stuff generates huge amounts of IR and more space is needed. git-svn-id: svn://svn.valgrind.org/vex/trunk@1296 --- diff --git a/VEX/priv/main/vex_util.c b/VEX/priv/main/vex_util.c index 4c83353a1d..d9e0b7b3b8 100644 --- a/VEX/priv/main/vex_util.c +++ b/VEX/priv/main/vex_util.c @@ -51,7 +51,7 @@ MByte/sec. Once the size increases enough to fall out of the cache into memory, the rate falls by about a factor of 3. */ -#define N_TEMPORARY_BYTES 1200000 +#define N_TEMPORARY_BYTES 2400000 static Char temporary[N_TEMPORARY_BYTES]; static Int temporary_used = 0;