]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase temp storage to 400k (for 20 insns!) ToDo: investigate.
authorJulian Seward <jseward@acm.org>
Sun, 12 Sep 2004 11:09:24 +0000 (11:09 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 12 Sep 2004 11:09:24 +0000 (11:09 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@261

VEX/priv/main/vex_util.c

index e7ea5314d402a73539783a579710e4be2471ed24..56ec372860b43c4044586582bc4a2ecc016c2590 100644 (file)
@@ -24,7 +24,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 300000
+#define N_TEMPORARY_BYTES 400000
 
 static Char temporary[N_TEMPORARY_BYTES];
 static Int  temporary_used = 0;