mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
ARM: Minor interpreter optimization.
This commit is contained in:
parent
31e66838d8
commit
4d9e8e245a
@ -539,9 +539,8 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
|1:
|
||||
| beq ->cont_ffi_callback // cont = 1: return from FFI callback.
|
||||
| // cont = 0: tailcall from C function.
|
||||
| ldr CARG3, [BASE, FRAME_FUNC]
|
||||
| sub CARG4, CARG4, #16
|
||||
| sub RC, CARG4, BASE
|
||||
| sub CARG4, CARG4, #16
|
||||
| sub RC, CARG4, BASE
|
||||
| b ->vm_call_tail
|
||||
|.endif
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user