mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
92c32b7814
@ -69,6 +69,7 @@ void lj_opt_dce(jit_State *J)
|
|||||||
if ((J->flags & JIT_F_OPT_DCE)) {
|
if ((J->flags & JIT_F_OPT_DCE)) {
|
||||||
dce_marksnap(J);
|
dce_marksnap(J);
|
||||||
dce_propagate(J);
|
dce_propagate(J);
|
||||||
|
memset(J->bpropcache, 0, sizeof(J->bpropcache)); /* Invalidate cache. */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user