git-svn-id: svn://svn.valgrind.org/vex/trunk@1109
vcon->iropt_level = 2;
vcon->iropt_precise_memory_exns = False;
vcon->iropt_unroll_thresh = 120;
- vcon->guest_max_insns = 50;
+ vcon->guest_max_insns = 60;
vcon->guest_chase_thresh = 10;
}
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 1000000
+#define N_TEMPORARY_BYTES 1200000
static Char temporary[N_TEMPORARY_BYTES];
static Int temporary_used = 0;