History log of /PHP-8.1/ext/opcache/jit/zend_jit_x86.dasc (Results 276 – 300 of 659)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b0e77066 02-Oct-2020 Dmitry Stogov

Fixed JIT for BINARY_OP with expected overflow


# fbf153a2 02-Oct-2020 Dmitry Stogov

Fixed possible incorrect register usage


# 29dd1240 01-Oct-2020 Dmitry Stogov

Clenup BINARY_OP + SEND_VAL optimization


# 8d0b871b 30-Sep-2020 George Peter Banyard

Removed duplicate conditions


# 3c4fb70f 23-Sep-2020 Dmitry Stogov

Replace ZEND_JIT_TRACE_STOP_RETURN_HALT and ZEND_JIT_TRACE_STOP_HALT by separate ZEND_JIT_TRACE_HALT flag.


# 57a3fbb1 21-Sep-2020 Dmitry Stogov

Fixed INIT_METHOD_CALL + IS_VAR + reference in tracing JIT


# 43e58d32 21-Sep-2020 Dmitry Stogov

Fixed incorrect assumption about sizeof(zend_reference)


# 4ff21222 21-Sep-2020 Dmitry Stogov

Ficed 32-bit JIT (inconsistent CPU stack state)


# 5a085777 21-Sep-2020 Dmitry Stogov

Fixed incorrect JIT for FETCH_THIS+SEND_REF


# d5d31ea3 18-Sep-2020 Dmitry Stogov

Cleanup observer API and add JIT support


# 34bb5ba2 18-Sep-2020 Nikita Popov

Remove support for EXT_NOP

This is an annoying edge case that regularly gets broken. As we're
not aware of significant users of this API, and there are other
ways to hook this, remov

Remove support for EXT_NOP

This is an annoying edge case that regularly gets broken. As we're
not aware of significant users of this API, and there are other
ways to hook this, remove support for EXT_NOP.

show more ...


# a9cbdafa 17-Sep-2020 Dmitry Stogov

Support for ZEND_COMPILE_EXTENDED_STMT


# 23429b58 17-Sep-2020 Dmitry Stogov

Fixed incorrect register allocation


# f786c0e0 16-Sep-2020 Dmitry Stogov

Optimize code for FETCH_THIS + INIT_METHOD_CALL/ASSIGN_OBJ_OP/etc


# e2777634 16-Sep-2020 Dmitry Stogov

Fixed incorrect constant string access


# 5f1fb1a5 16-Sep-2020 Dmitry Stogov

JIT for INIT_METHOD_CALL


# f5bbb048 15-Sep-2020 Dmitry Stogov

Tracing JIT for INIT_DYNAMIC_CALL (closure only)


# a4c3aee5 14-Sep-2020 Dmitry Stogov

Support for reference


# a351da55 14-Sep-2020 Dmitry Stogov

Simplify zend_jit_pre/post_inc/dec_typed_ref() helpers


# 8f342ad4 14-Sep-2020 Dmitry Stogov

JIT for PRE/POST_INC/DEC_OBJ


# bf515649 14-Sep-2020 Dmitry Stogov

JIT for ASSIGN_OBJ_OP


# 0a03291b 14-Sep-2020 Dmitry Stogov

Allocate Windows 64 shadow stack space


# ccd0348d 11-Sep-2020 Dmitry Stogov

Eliminate repeatable class guards and unnecessary IS_UNDEF property checks


# 7b0a0531 10-Sep-2020 Dmitry Stogov

JIT for ASSIGN_OBJ


# 00076ef2 10-Sep-2020 Dmitry Stogov

Attempt to fix bug #80014 (PHP 8.0 beta2 crashes with default JIT flags due to hardware incompatibility)


1...<<11121314151617181920>>...27