]> granicus.if.org Git - php/commit
Support known static/method calls in call graph
authorNikita Popov <nikic@php.net>
Wed, 27 Apr 2016 15:04:25 +0000 (17:04 +0200)
committerNikita Popov <nikic@php.net>
Wed, 27 Apr 2016 15:10:45 +0000 (17:10 +0200)
commitd94b9545d639dfddfacdd7fec75c7580dddda676
tree4f2ab11ce3a55a99d1ffe674f15a2214d9fb94e8
parent4f54c15cb10dfd668538ae225fef59c82c66e96e
Support known static/method calls in call graph

For this purpose extract the function lookup call into a helper
zend_optimizer_get_called_func().
ext/opcache/Optimizer/optimize_func_calls.c
ext/opcache/Optimizer/zend_call_graph.c
ext/opcache/Optimizer/zend_optimizer.c
ext/opcache/Optimizer/zend_optimizer_internal.h