mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed JIT
This commit is contained in:
parent
a837b80a48
commit
3cc6dd9c76
1 changed files with 0 additions and 1 deletions
|
@ -2471,7 +2471,6 @@ static int zend_jit(zend_op_array *op_array, zend_ssa *ssa, const zend_op *rt_op
|
||||||
case ZEND_ASSERT_CHECK:
|
case ZEND_ASSERT_CHECK:
|
||||||
case ZEND_FE_FETCH_R:
|
case ZEND_FE_FETCH_R:
|
||||||
case ZEND_FE_FETCH_RW:
|
case ZEND_FE_FETCH_RW:
|
||||||
case ZEND_DECLARE_ANON_CLASS:
|
|
||||||
if (!zend_jit_handler(&dasm_state, opline, zend_may_throw(opline, op_array, ssa)) ||
|
if (!zend_jit_handler(&dasm_state, opline, zend_may_throw(opline, op_array, ssa)) ||
|
||||||
!zend_jit_cond_jmp(&dasm_state, opline + 1, ssa->cfg.blocks[b].successors[0])) {
|
!zend_jit_cond_jmp(&dasm_state, opline + 1, ssa->cfg.blocks[b].successors[0])) {
|
||||||
goto jit_failure;
|
goto jit_failure;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue