php-src/ext/opcache/Optimizer
Nikita Popov 99d818f1e9 Don't propagate into ops that error on non-string
To properly support this make update_opN_const fallible -- they
are not always called through replace_with_const.
2015-11-07 12:04:51 +01:00
..
block_pass.c Don't propagate into ops that error on non-string 2015-11-07 12:04:51 +01:00
compact_literals.c Add support for **= in opcache optimizer 2015-09-13 12:35:35 +02:00
nop_removal.c Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and JMP. 2015-07-10 04:44:21 +03:00
optimize_func_calls.c Merge branch 'PHP-5.6' 2015-03-04 14:49:03 +08:00
optimize_temp_vars_5.c Fixed bug #70207 (Finally is broken with opcache) 2015-08-10 16:38:43 +03:00
pass1_5.c Resolve GOTO at compile time and replace it with sequnce of FREE/FE_FREE and JMP. 2015-07-10 04:44:21 +03:00
pass2.c Add support for **= in opcache optimizer 2015-09-13 12:35:35 +02:00
pass3.c Fixed memory leak because of incorrect 'if ();' optimization 2015-07-02 02:00:34 +03:00
zend_optimizer_internal.h Don't propagate into ops that error on non-string 2015-11-07 12:04:51 +01:00
zend_optimizer.c Don't propagate into ops that error on non-string 2015-11-07 12:04:51 +01:00
zend_optimizer.h bump year 2015-01-15 23:27:30 +08:00