Add LJ_FR2 mode: Two-slot frame info.
This commit is contained in:
@@ -365,8 +365,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* 2-slot frame info. */
|
||||
#define LJ_FR2 0
|
||||
|
||||
/* Disable or enable the JIT compiler. */
|
||||
#if defined(LUAJIT_DISABLE_JIT) || defined(LJ_ARCH_NOJIT) || defined(LJ_OS_NOJIT)
|
||||
#if defined(LUAJIT_DISABLE_JIT) || defined(LJ_ARCH_NOJIT) || defined(LJ_OS_NOJIT) || LJ_FR2
|
||||
#define LJ_HASJIT 0
|
||||
#else
|
||||
#define LJ_HASJIT 1
|
||||
|
||||
Reference in New Issue
Block a user