php-src/ext/opcache/Optimizer
Dmitry Stogov 702a2dfb3e Merge branch 'PHP-5.6'
* PHP-5.6:
  We can't eliminate FETCH_CONSTANT opcodes for constants represented by AST.

Conflicts:
	ext/opcache/Optimizer/pass1_5.c
2014-10-13 14:10:44 +04:00
..
block_pass.c Fixed list() behavior inconsistency (string handling is disabled for all cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). 2014-10-05 13:02:58 +04:00
compact_literals.c Use runtime-cache to avoid hash lookups in BIND_GLOBAL instruction 2014-09-17 00:52:45 +04:00
nop_removal.c Opcache compatibility for coalesce operator 2014-09-28 12:31:52 +02:00
optimize_func_calls.c Refactored optimizer (compile different opimizer passes separately, instead of including *.c file) 2014-08-28 17:23:12 +04:00
optimize_temp_vars_5.c Refactored optimizer (compile different opimizer passes separately, instead of including *.c file) 2014-08-28 17:23:12 +04:00
pass1_5.c Merge branch 'PHP-5.6' 2014-10-13 14:10:44 +04:00
pass2.c Use zval_ptr_dtor_nogc() to free IS_TMP_VAR operands. 2014-09-23 17:21:29 +04:00
pass3.c Opcache compatibility for coalesce operator 2014-09-28 12:31:52 +02:00
zend_optimizer_internal.h Make QM_ASSIGN, JMP_SET and CAST return IS_TMP_VAR. 2014-09-24 01:57:40 +04:00
zend_optimizer.c Fixed list() behavior inconsistency (string handling is disabled for all cases, ArrayAccess objects handling is enabled for all cases, ZEND_FETCH_DIM_TMP_VAR opcode is renamed into ZEND_FETCH_LIST, ZEND_FETCH_ADD_LOCK flag is removed). 2014-10-05 13:02:58 +04:00
zend_optimizer.h Bump year 2014-01-03 11:08:10 +08:00