php-src/Zend/Optimizer
Dmitry Stogov b33e3eb8c2 Fix zend_may_throw() for FETCH_DIM_IS and ISSET_ISEMPTY_DIM_OBJ
Recentlty this insructions were updated to emit warning on inability to
convert double index to long. This may lead to exception.

This fixes memory leak on wordpress test suite (nightly workflow)
2024-01-17 00:19:43 +03:00
..
block_pass.c Merge branch 'PHP-8.1' into PHP-8.2 2023-11-01 09:55:28 +03:00
compact_literals.c Update cache slot size calculation in compact_literals.c 2022-09-10 13:20:59 +01:00
compact_vars.c
dce.c
dfa_pass.c Merge branch 'PHP-8.1' into PHP-8.2 2023-04-26 15:20:27 +02:00
escape_analysis.c
nop_removal.c
optimize_func_calls.c Merge branch 'PHP-8.1' into PHP-8.2 2023-09-07 14:25:43 +02:00
optimize_temp_vars_5.c
pass1.c
pass3.c
sccp.c Merge branch 'PHP-8.1' into PHP-8.2 2023-03-10 19:27:17 +01:00
scdf.c
scdf.h
ssa_integrity.c Fix GH-12953: SSA integrity verification failed when loading composer classmaps with more than 11k elements 2023-12-18 13:14:51 +01:00
zend_call_graph.c
zend_call_graph.h
zend_cfg.c Fix memory leak 2022-10-17 15:08:21 +03:00
zend_cfg.h
zend_dfg.c
zend_dfg.h
zend_dump.c Remove spaces 2023-11-03 10:58:20 +03:00
zend_dump.h
zend_func_info.c Backport fix for HASH/PACKED array inference through MAY_BE_ARRAY_EMPTY flag (#12591) 2023-11-03 10:54:57 +03:00
zend_func_info.h
zend_func_infos.h Return value of mb_get_info can be NULL 2023-11-27 20:53:37 +02:00
zend_inference.c Fix zend_may_throw() for FETCH_DIM_IS and ISSET_ISEMPTY_DIM_OBJ 2024-01-17 00:19:43 +03:00
zend_inference.h Backport fix for HASH/PACKED array inference through MAY_BE_ARRAY_EMPTY flag (#12591) 2023-11-03 10:54:57 +03:00
zend_optimizer_internal.h
zend_optimizer.c Fixed type inference 2023-12-18 12:27:35 +03:00
zend_optimizer.h
zend_ssa.c Fix SSA construction and type inference 2022-09-19 15:45:34 +03:00
zend_ssa.h
zend_worklist.h