1
0
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:
Dmitry Stogov
2020-05-20 23:05:48 +03:00
parent 95248491af
commit b65d366bf8
+1 -2
View File
@@ -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