History log of /PHP-8.2/ext/opcache/jit/zend_jit_x86.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)


# 79862f24 28-May-2024 Arnaud Le Blanc

Fix TLS access in JIT on FreeBSD/amd64

DTV elements are 8 bytes in size a per ABI [1], and the index is offset by 1
on FreeBSD [2]

[1] http://people.redhat.com/drepper/tls.pdf

Fix TLS access in JIT on FreeBSD/amd64

DTV elements are 8 bytes in size a per ABI [1], and the index is offset by 1
on FreeBSD [2]

[1] http://people.redhat.com/drepper/tls.pdf
[2] https://github.com/freebsd/freebsd-src/blob/bf56e8b9c8639ac4447d223b83cdc128107cc3cd/libexec/rtld-elf/rtld.c#L5260

Closes GH-13928

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.