Turn traces into true GC objects (GCtrace).
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
#include "lj_jit.h"
|
||||
|
||||
#if LJ_HASJIT
|
||||
LJ_FUNC void lj_asm_trace(jit_State *J, Trace *T);
|
||||
LJ_FUNC void lj_asm_patchexit(jit_State *J, Trace *T, ExitNo exitno,
|
||||
LJ_FUNC void lj_asm_trace(jit_State *J, GCtrace *T);
|
||||
LJ_FUNC void lj_asm_patchexit(jit_State *J, GCtrace *T, ExitNo exitno,
|
||||
MCode *target);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user