Bump some limits to accomodate SINK pass.

This commit is contained in:
Mike Pall
2012-07-04 21:14:37 +02:00
parent c22d698e17
commit bd782cedd5
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,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_PHI 64 /* Max. # of PHIs for a loop. */
#define LJ_MAX_EXITSTUBGR 16 /* Max. # of exit stub groups. */
/* Various macros. */