php-src/Zend/Optimizer
Ilija Tovilo ffc250d245
Add runtime type inference verification
Co-authored-by: Dmitry Stogov <dmitry@zend.com>

Closes GH-12930
2024-01-19 09:29:14 +01:00
..
block_pass.c Merge branch 'PHP-8.2' into PHP-8.3 2023-11-01 09:55:37 +03:00
compact_literals.c Fix comp-time and constant evaluation of dynamic class constant fetch 2023-02-02 19:18:17 +01:00
compact_vars.c
dce.c Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
dfa_pass.c Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +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 Add support for deprecating class constants 2023-07-17 05:01:13 +01:00
pass3.c
sccp.c [RFC] Path to Saner Increment/Decrement operators (#10358) 2023-07-17 15:51:24 +01:00
scdf.c Revert GH-10279 2023-01-16 12:25:59 +01:00
scdf.h Make various pointers const in Zend/ (#10608) 2023-02-20 14:00:59 +00:00
ssa_integrity.c Merge branch 'PHP-8.2' into PHP-8.3 2023-12-18 13:15:19 +01:00
zend_call_graph.c Revert GH-10279 2023-01-16 12:25:59 +01:00
zend_call_graph.h zend: introducing ZEND_ELEMENT_COUNT for struct's dynamic arrays. (#12650) 2023-11-13 12:42:45 +00:00
zend_cfg.c Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
zend_cfg.h Revert GH-10279 2023-01-16 12:25:59 +01:00
zend_dfg.c Allow arbitrary expressions in static variable initializer 2023-05-24 20:17:31 +02:00
zend_dfg.h
zend_dump.c Merge branch 'PHP-8.2' into PHP-8.3 2023-11-03 10:58:32 +03:00
zend_dump.h zend_compiler, ...: use uint8_t instead of zend_uchar (#10621) 2023-02-23 14:56:54 +00:00
zend_func_info.c Fix range inference since "proper-range-semantics" RFC 2024-01-17 15:42:17 +01:00
zend_func_info.h
zend_func_infos.h Merge branch 'PHP-8.3' 2023-11-27 21:20:38 +02:00
zend_inference.c Merge branch 'PHP-8.2' into PHP-8.3 2024-01-17 00:32:14 +03:00
zend_inference.h Merge branch 'PHP-8.2' into PHP-8.3 2023-11-03 10:55:33 +03:00
zend_optimizer_internal.h zend_compiler, ...: use uint8_t instead of zend_uchar (#10621) 2023-02-23 14:56:54 +00:00
zend_optimizer.c Add runtime type inference verification 2024-01-19 09:29:14 +01:00
zend_optimizer.h Revert GH-10279 2023-01-16 12:25:59 +01:00
zend_ssa.c Fix clang warning 2023-07-18 00:49:13 +02:00
zend_ssa.h Fix clang warning 2023-07-18 00:49:13 +02:00
zend_worklist.h Make various pointers const in Zend/ (#10608) 2023-02-20 14:00:59 +00:00