1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/ext/opcache
Dmitry Stogov 6676f5d3cb Delay debug JIT op_array dump until actual JIT-ing
Previously function JIT for the whole script (opcache.jit=1205) dumped
all op_arrays before JIT-ing the first functon. This complicated debugging
of particular JIT-ed function and leaded to usage of opcache.jit=1204.
Now both options should produce similar op_array/disasm interlived
output.
2023-01-20 09:04:47 +03:00
..
2023-01-16 14:52:14 +03:00
2023-01-16 12:25:59 +01:00
2023-01-16 12:25:59 +01:00
2023-01-16 12:27:33 +01:00
2023-01-12 15:14:05 +00:00