From: Dmitry Stogov Date: Tue, 17 Dec 2019 12:42:02 +0000 (+0300) Subject: Avoid generation of "jmp" to next instruction X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7e1eecd54f5f91a50b1a87f7102daeeb37c917c;p=php Avoid generation of "jmp" to next instruction --- diff --git a/ext/opcache/jit/zend_jit_x86.dasc b/ext/opcache/jit/zend_jit_x86.dasc index e6d57616fa..003c326ff6 100644 --- a/ext/opcache/jit/zend_jit_x86.dasc +++ b/ext/opcache/jit/zend_jit_x86.dasc @@ -8532,7 +8532,6 @@ static int zend_jit_bind_global(dasm_State **Dst, const zend_op *opline, const z | test cl, cl // cmp cl, IS_UNDEF | jne >2 | SET_Z_TYPE_INFO r0, IS_NULL - | jmp >8 |.code |2: | cmp cl, IS_REFERENCE