Follow-up fix for GC step threshold fix.
This commit is contained in:
@@ -778,7 +778,7 @@ int LJ_FASTCALL lj_trace_exit(jit_State *J, void *exptr)
|
||||
setcframe_pc(cf, pc);
|
||||
if (G(L)->gc.state == GCSatomic || G(L)->gc.state == GCSfinalize) {
|
||||
if (!(G(L)->hookmask & HOOK_GC))
|
||||
lj_gc_check(L); /* Exited because of GC: drive GC forward. */
|
||||
lj_gc_step(L); /* Exited because of GC: drive GC forward. */
|
||||
} else {
|
||||
trace_hotside(J, pc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user