Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2014-04-22 11:29:05 +02:00
5 changed files with 9 additions and 6 deletions

View File

@@ -618,6 +618,7 @@ static TValue *trace_state(lua_State *L, lua_CFunction dummy, void *ud)
}
lj_opt_split(J);
lj_opt_sink(J);
if (!J->loopref) J->cur.snap[J->cur.nsnap-1].count = SNAPCOUNT_DONE;
J->state = LJ_TRACE_ASM;
break;