mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
![]() This is a false positive. The cycle detection code stops at 10.000 iterations. Instead of stopping at a fixed amount, make it more robust by implementing Floyd's cycle detection algorithm. Closes GH-12954. |
||
---|---|---|
.. | ||
block_pass.c | ||
compact_literals.c | ||
compact_vars.c | ||
dce.c | ||
dfa_pass.c | ||
escape_analysis.c | ||
nop_removal.c | ||
optimize_func_calls.c | ||
optimize_temp_vars_5.c | ||
pass1.c | ||
pass3.c | ||
sccp.c | ||
scdf.c | ||
scdf.h | ||
ssa_integrity.c | ||
zend_call_graph.c | ||
zend_call_graph.h | ||
zend_cfg.c | ||
zend_cfg.h | ||
zend_dfg.c | ||
zend_dfg.h | ||
zend_dump.c | ||
zend_dump.h | ||
zend_func_info.c | ||
zend_func_info.h | ||
zend_func_infos.h | ||
zend_inference.c | ||
zend_inference.h | ||
zend_optimizer.c | ||
zend_optimizer.h | ||
zend_optimizer_internal.h | ||
zend_ssa.c | ||
zend_ssa.h | ||
zend_worklist.h |