mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Invalidate backpropagation cache after DCE.
This commit is contained in:
parent
f948fe0c27
commit
59d290656a
@ -69,6 +69,7 @@ void lj_opt_dce(jit_State *J)
|
||||
if ((J->flags & JIT_F_OPT_DCE)) {
|
||||
dce_marksnap(J);
|
||||
dce_propagate(J);
|
||||
memset(J->bpropcache, 0, sizeof(J->bpropcache)); /* Invalidate cache. */
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user