History log of /PHP-8.2/ext/opcache/jit/zend_jit_arm64.dasc (Results 1 – 5 of 5)
Revision Date Author Comments
# dc0987d1 23-Sep-2024 Dmitry Stogov

Fix GH-15973: Segmentation fault in JIT mode 1135 (#16006)


# 1e78cf94 02-Sep-2024 Dmitry Stogov

Fix GH-15652: Segmentation fault in the Zend engine when JIT enabled (#15717)


# 644d3628 12-May-2023 nielsdos <7771979+nielsdos@users.noreply.github.com>

Fix GH-11188: Error when building TSRM in ARM64

Although the issue mentioned FreeBSD, this is a broader problem:
the current ARM64 code to load the TLS offset assumes a setup with
th

Fix GH-11188: Error when building TSRM in ARM64

Although the issue mentioned FreeBSD, this is a broader problem:
the current ARM64 code to load the TLS offset assumes a setup with
the non-default TLS model. This problem can also apply on some
configurations on other platforms.

Closes GH-11236.

show more ...


# ea927caf 10-Apr-2024 Bob Weinand

Fix exception IP in JIT (#13929)


# af098acd 21-Mar-2024 Bob Weinand

Always load EX(opline) into the current frame in JIT when observers are enabled

Fixes #13772.
Closes #13776.