History log of /php-src/ext/opcache/jit/zend_jit_trace.c (Results 176 – 200 of 526)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# de04211c 07-Oct-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Fixed wrong comparison skip


# a666f28c 07-Oct-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
JIT: Fixed wrong comparison skip


# a743fd76 07-Oct-2021 Dmitry Stogov

JIT: Fixed wrong comparison skip

# 18e5306c 07-Oct-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Fixed incorrect code generation for JMPZ


# 919fd56d 07-Oct-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
JIT: Fixed incorrect code generation for JMPZ


# cd45bd0a 07-Oct-2021 Dmitry Stogov

JIT: Fixed incorrect code generation for JMPZ

Revision tags: php-8.0.12RC1, php-7.4.25RC1
# 859abd31 04-Oct-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Eliminate useless EG(exception) checks after FETCH_DIM_*


# 2c95c945 04-Oct-2021 Dmitry Stogov

JIT: Eliminate useless EG(exception) checks after FETCH_DIM_*

# 49743413 30-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Allow register allocation for result of STRLEN and COUNT instructions


# 7be7ec30 30-Sep-2021 Dmitry Stogov

JIT: Allow register allocation for result of STRLEN and COUNT instructions

# d94ab900 30-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Fixed incorrect named parameter handling


# 1fe0b875 30-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
JIT: Fixed incorrect named parameter handling


# 512dfaba 30-Sep-2021 Dmitry Stogov

JIT: Fixed incorrect named parameter handling

# 162fa802 30-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Fixed memory leak


# 78a2fdd8 30-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
JIT: Fixed memory leak


# 4b31cb3e 30-Sep-2021 Dmitry Stogov

JIT: Fixed memory leak

Revision tags: php-8.1.0RC3
# bcadbec5 28-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
Tracing JIT: Fixed possible memory-leak or missed destructor call.


# bae21b53 28-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Tracing JIT: Fixed possible memory-leak or missed destructor call.


# c30298bf 28-Sep-2021 Dmitry Stogov

Tracing JIT: Fixed possible memory-leak or missed destructor call.

Reference-counter of return_value may be indirectly decremented to 1.

# 04dd3274 28-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Fixed result when assigning to typed reference


# 214cd156 28-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
JIT: Fixed result when assigning to typed reference


# 17b127a8 28-Sep-2021 Dmitry Stogov

JIT: Fixed result when assigning to typed reference

# 06a07efd 27-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Improve property access (Avoid unnecessary property address loading and exception check).


# 35ff71f0 27-Sep-2021 Dmitry Stogov

JIT: Improve property access (Avoid unnecessary property address loading and exception check).

# 51cf97d7 24-Sep-2021 Dmitry Stogov

Merge branch 'PHP-8.1'

* PHP-8.1:
JIT: Improve $this->property access in closures


12345678910>>...22