Move SIMD constants to jit_State to keep them in the low 4GB.
This commit is contained in:
@@ -28,6 +28,7 @@ LJ_FUNC void lj_trace_reenableproto(GCproto *pt);
|
||||
LJ_FUNC void lj_trace_flushproto(global_State *g, GCproto *pt);
|
||||
LJ_FUNC int lj_trace_flush(jit_State *J, TraceNo traceno);
|
||||
LJ_FUNC int lj_trace_flushall(lua_State *L);
|
||||
LJ_FUNC void lj_trace_initstate(global_State *g);
|
||||
LJ_FUNC void lj_trace_freestate(global_State *g);
|
||||
|
||||
/* Event handling. */
|
||||
@@ -42,6 +43,7 @@ LJ_FUNCA int LJ_FASTCALL lj_trace_exit(jit_State *J, void *exptr);
|
||||
#else
|
||||
|
||||
#define lj_trace_flushall(L) (UNUSED(L), 0)
|
||||
#define lj_trace_initstate(g) UNUSED(g)
|
||||
#define lj_trace_freestate(g) UNUSED(g)
|
||||
#define lj_trace_freeproto(g, pt) (UNUSED(g), UNUSED(pt), (void)0)
|
||||
#define lj_trace_abort(g) UNUSED(g)
|
||||
|
||||
Reference in New Issue
Block a user