mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
x86: Minor interpreter optimization.
This commit is contained in:
parent
9caaf6595f
commit
31e66838d8
@ -5320,8 +5320,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
||||
| jnz <4
|
||||
| movzx RA, PC_RA
|
||||
| not RAa
|
||||
| lea RA, [BASE+RA*8]
|
||||
| mov LFUNC:KBASE, [RA-8] // Need to prepare KBASE.
|
||||
| mov LFUNC:KBASE, [BASE+RA*8-8] // Need to prepare KBASE.
|
||||
| mov KBASE, LFUNC:KBASE->pc
|
||||
| mov KBASE, [KBASE+PC2PROTO(k)]
|
||||
| jmp <4
|
||||
|
Loading…
Reference in New Issue
Block a user