mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Increase max. number of exit stub groups to correspond with -Omaxsnap.
This commit is contained in:
parent
1b949dc60a
commit
c56ae9f6ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user