History log of /php-src/ext/opcache/tests/jit/gh15490.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b839c5f1 26-Aug-2024 Ilija Tovilo

Fix building of callgraph including preloaded symbols (GH-15545)

This issue was introduced in GH-15021. When building the call graph, we can now
see preloaded functions. However, buildin

Fix building of callgraph including preloaded symbols (GH-15545)

This issue was introduced in GH-15021. When building the call graph, we can now
see preloaded functions. However, building the call graph involves adding the
function to the caller list of the callee, which we don't want to do for
functions not coming from the script.

Fixes GH-15490

show more ...