git-svn-id: svn://svn.valgrind.org/vex/trunk@179
doesn't make it into a RealReg. Just bomb the entire system if
this value is too small; we don't expect it will ever get
particularly high. */
-#define VG_MAX_SPILLSLOTS 24
+#define VG_MAX_SPILLSLOTS 100
/* Constants for the slow translation lookup cache. */
#define DEBUG_REGALLOC 0
/* How many 64-bit sized spill slots do we have? */
-#define N_SPILL64S 12
+#define N_SPILL64S 50
/* TODO (critical)
{
Int base = 4 * 51;
vassert(offset >= 0);
- vassert(offset <= 4*(24-1));
+ vassert(offset <= 4*(100-1));
vassert(!hregIsVirtual(rreg));
switch (hregClass(rreg)) {
case HRcInt:
{
Int base = 4 * 51;
vassert(offset >= 0);
- vassert(offset <= 4*(24-1));
+ vassert(offset <= 4*(100-1));
vassert(!hregIsVirtual(rreg));
switch (hregClass(rreg)) {
case HRcInt: