diff options
author | Mike Pall <mike> | 2010-02-18 03:19:46 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-02-18 03:19:46 +0100 |
commit | 2b22b9e710023b66591487784ad382975fb6fd22 (patch) | |
tree | 874c045fd75a55f52324fc8130bbdfb5e9a281e6 /src/lj_def.h | |
parent | 265a24b97804c39f1bf6be00733890e729092bfd (diff) | |
download | luajit-2b22b9e710023b66591487784ad382975fb6fd22.tar.gz luajit-2b22b9e710023b66591487784ad382975fb6fd22.tar.bz2 luajit-2b22b9e710023b66591487784ad382975fb6fd22.zip |
Drop obsolete shadow frame link stack.
Diffstat (limited to 'src/lj_def.h')
-rw-r--r-- | src/lj_def.h | 1 |
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 | ||