Simplify GC step calls from on-trace code.

This commit is contained in:
Mike Pall
2010-04-19 23:41:48 +02:00
parent 932cda0fe3
commit d8cb69ed07
3 changed files with 32 additions and 41 deletions

View File

@@ -47,7 +47,7 @@ LJ_FUNC void lj_gc_freeall(global_State *g);
LJ_FUNCA int LJ_FASTCALL lj_gc_step(lua_State *L);
LJ_FUNCA void LJ_FASTCALL lj_gc_step_fixtop(lua_State *L);
#if LJ_HASJIT
LJ_FUNC int LJ_FASTCALL lj_gc_step_jit(lua_State *L, MSize steps);
LJ_FUNC int LJ_FASTCALL lj_gc_step_jit(global_State *g, MSize steps);
#endif
LJ_FUNC void lj_gc_fullgc(lua_State *L);