Place dynamically generated code near static code on x64.
This commit is contained in:
@@ -143,6 +143,7 @@ static void close_state(lua_State *L)
|
||||
global_State *g = G(L);
|
||||
#ifndef LUAJIT_USE_SYSMALLOC
|
||||
if (g->allocf == lj_alloc_f) {
|
||||
lj_trace_freestate(g);
|
||||
lj_alloc_destroy(g->allocd);
|
||||
} else
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user