mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
Better condition
This commit is contained in:
@@ -8338,8 +8338,7 @@ static int zend_jit_do_fcall(dasm_State **Dst, const zend_op *opline, const zend
|
||||
if (func) {
|
||||
if (func->op_array.fn_flags & ZEND_ACC_IMMUTABLE) {
|
||||
| MEM_OP2_2_ZTS add, r2, aword, compiler_globals, map_ptr_base, r1
|
||||
} else if (JIT_G(opt_level) < ZEND_JIT_LEVEL_OPT_SCRIPT
|
||||
&& JIT_G(trigger) == ZEND_JIT_ON_SCRIPT_LOAD) {
|
||||
} else if (!zend_accel_in_shm(func->op_array.opcodes)) {
|
||||
/* the called op_array may be not persisted yet */
|
||||
| test r2, 1
|
||||
| jz >1
|
||||
|
||||
Reference in New Issue
Block a user