1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Expose the source of exit points in zend_jit_dump_exit_info()

This adds a new flag: ZEND_JIT_DEBUG_TRACE_EXIT_INFO_SRC. When the flag is set,
zend_jit_dump_exit_info() exposes the source of exit points, in debug builds.

Closes GH-19700
This commit is contained in:
Arnaud Le Blanc
2025-09-04 12:04:50 +02:00
parent 5b8a5320df
commit 0d4ff662e6
5 changed files with 43 additions and 12 deletions

View File

@@ -59,6 +59,11 @@ PHP 8.6 UPGRADE NOTES
11. Changes to INI File Handling
========================================
- Opcache:
. opcache.jit_debug accepts a new flag: ZEND_JIT_DEBUG_TRACE_EXIT_INFO_SRC.
When used along with ZEND_JIT_DEBUG_TRACE_EXIT_INFO, the source of exit
points is printed in exit info output, in debug builds.
========================================
12. Windows Support
========================================