From c56ae9f6efe074e6461e551440a410f97fe9b979 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 5 Sep 2011 23:12:58 +0200 Subject: [PATCH] Increase max. number of exit stub groups to correspond with -Omaxsnap. --- src/lj_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lj_def.h b/src/lj_def.h index 78d988ea..dadb8c0a 100644 --- a/src/lj_def.h +++ b/src/lj_def.h @@ -79,7 +79,7 @@ typedef unsigned int uintptr_t; /* JIT compiler limits. */ #define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */ #define LJ_MAX_PHI 32 /* Max. # of PHIs for a loop. */ -#define LJ_MAX_EXITSTUBGR 8 /* Max. # of exit stub groups. */ +#define LJ_MAX_EXITSTUBGR 16 /* Max. # of exit stub groups. */ /* Various macros. */ #ifndef UNUSED -- 2.11.4.GIT