1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00

Revert "Fixed tracing JIT for CALL VM"

This reverts commit 7f3a296f84.
This commit is contained in:
Dmitry Stogov
2020-05-27 17:04:31 +03:00
parent 17649648ed
commit 645ff9c8f6

View File

@@ -2433,11 +2433,7 @@ static int zend_jit_trace_exit_stub(dasm_State **Dst)
}
|1:
if (zend_jit_vm_kind == ZEND_VM_KIND_HYBRID) {
| jl ->trace_halt
} else {
| jl >2
}
| jl ->trace_halt
| // execute_data = EG(current_execute_data)
| MEM_OP2_2_ZTS mov, FP, aword, executor_globals, current_execute_data, r0
@@ -2460,9 +2456,6 @@ static int zend_jit_trace_exit_stub(dasm_State **Dst)
| mov r0, aword [r0 + offsetof(zend_op_array, reserved[zend_func_info_rid])]
| mov r0, aword [r0 + offsetof(zend_jit_op_array_trace_extension, offset)]
| jmp aword [IP + r0]
|2:
| add r4, SPAD // stack alignment
| ret
} else {
| mov IP, aword EX->opline
| mov FCARG1a, FP
@@ -2475,9 +2468,6 @@ static int zend_jit_trace_exit_stub(dasm_State **Dst)
| add r4, NR_SPAD // stack alignment
| mov r0, 1 // ZEND_VM_ENTER
| ret
|2:
| add r4, NR_SPAD // stack alignment
| ret
}
return 1;