]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Some of the ppc32 front end stuff generates huge amounts of IR and
authorJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 20:34:51 +0000 (20:34 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 23 Jul 2005 20:34:51 +0000 (20:34 +0000)
more space is needed.

git-svn-id: svn://svn.valgrind.org/vex/trunk@1296

VEX/priv/main/vex_util.c

index 4c83353a1d75180de29597e2fd78fe2e41a7c255..d9e0b7b3b8cdc933a76dce3232af7bb622f72149 100644 (file)
@@ -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;