mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
x86/x64: Don't evict BASE in ra_evictk().
This commit is contained in:
parent
d4da9ff55e
commit
513bd6e952
@ -464,7 +464,7 @@ static void ra_evictk(ASMState *as)
|
|||||||
while (work) {
|
while (work) {
|
||||||
Reg r = rset_pickbot(work);
|
Reg r = rset_pickbot(work);
|
||||||
IRRef ref = regcost_ref(as->cost[r]);
|
IRRef ref = regcost_ref(as->cost[r]);
|
||||||
if (emit_canremat(ref)) {
|
if (irref_isk(ref)) {
|
||||||
ra_rematk(as, ref);
|
ra_rematk(as, ref);
|
||||||
checkmclim(as);
|
checkmclim(as);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user