diff options
author | Mike Pall <mike> | 2015-08-29 23:22:29 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-08-29 23:24:26 +0200 |
commit | a3a6866d4c2cc096b478c8f81b73a3b818034b89 (patch) | |
tree | 763f1e2db63fdbc46671e2f44e33ce71a4db2746 /src/lj_iropt.h | |
parent | ad29314c2c5b205d591e3a6af0a18dc0f69a7f48 (diff) | |
download | luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.tar.gz luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.tar.bz2 luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.zip |
Re-enable trace stitching.
Thanks to Vyacheslav Egorov.
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r-- | src/lj_iropt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index 4e424e70..4106ef8a 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
@@ -40,6 +40,7 @@ static LJ_AINLINE IRRef lj_ir_nextins(jit_State *J) | |||
40 | LJ_FUNC TRef LJ_FASTCALL lj_ir_kint(jit_State *J, int32_t k); | 40 | LJ_FUNC TRef LJ_FASTCALL lj_ir_kint(jit_State *J, int32_t k); |
41 | LJ_FUNC void lj_ir_k64_freeall(jit_State *J); | 41 | LJ_FUNC void lj_ir_k64_freeall(jit_State *J); |
42 | LJ_FUNC TRef lj_ir_k64(jit_State *J, IROp op, cTValue *tv); | 42 | LJ_FUNC TRef lj_ir_k64(jit_State *J, IROp op, cTValue *tv); |
43 | LJ_FUNC TValue *lj_ir_k64_reserve(jit_State *J); | ||
43 | LJ_FUNC cTValue *lj_ir_k64_find(jit_State *J, uint64_t u64); | 44 | LJ_FUNC cTValue *lj_ir_k64_find(jit_State *J, uint64_t u64); |
44 | LJ_FUNC TRef lj_ir_knum_u64(jit_State *J, uint64_t u64); | 45 | LJ_FUNC TRef lj_ir_knum_u64(jit_State *J, uint64_t u64); |
45 | LJ_FUNC TRef lj_ir_knumint(jit_State *J, lua_Number n); | 46 | LJ_FUNC TRef lj_ir_knumint(jit_State *J, lua_Number n); |