aboutsummaryrefslogtreecommitdiff
path: root/src/lj_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_def.h')
-rw-r--r--src/lj_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_def.h b/src/lj_def.h
index 83b1935c..de4ad1be 100644
--- a/src/lj_def.h
+++ b/src/lj_def.h
@@ -66,7 +66,6 @@ typedef unsigned __int32 uintptr_t;
66 66
67/* JIT compiler limits. */ 67/* JIT compiler limits. */
68#define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */ 68#define LJ_MAX_JSLOTS 250 /* Max. # of stack slots for a trace. */
69#define LJ_MAX_JFRAME 20 /* Max. # of frames for a trace. */
70#define LJ_MAX_PHI 32 /* Max. # of PHIs for a loop. */ 69#define LJ_MAX_PHI 32 /* Max. # of PHIs for a loop. */
71#define LJ_MAX_EXITSTUBGR 8 /* Max. # of exit stub groups. */ 70#define LJ_MAX_EXITSTUBGR 8 /* Max. # of exit stub groups. */
72 71