diff options
Diffstat (limited to 'src/lj_def.h')
-rw-r--r-- | src/lj_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_def.h b/src/lj_def.h index 27b6d6b7..a7531f10 100644 --- a/src/lj_def.h +++ b/src/lj_def.h | |||
@@ -80,7 +80,7 @@ typedef unsigned int uintptr_t; | |||
80 | 80 | ||
81 | /* JIT compiler limits. */ | 81 | /* JIT compiler limits. */ |
82 | #define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */ | 82 | #define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */ |
83 | #define LJ_MAX_PHI 32 /* Max. # of PHIs for a loop. */ | 83 | #define LJ_MAX_PHI 64 /* Max. # of PHIs for a loop. */ |
84 | #define LJ_MAX_EXITSTUBGR 16 /* Max. # of exit stub groups. */ | 84 | #define LJ_MAX_EXITSTUBGR 16 /* Max. # of exit stub groups. */ |
85 | 85 | ||
86 | /* Various macros. */ | 86 | /* Various macros. */ |