php-src/Zend
Dmitry Stogov da781a5ac2 Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL).
However, don't require internal functions returning by reference to return a reference.
Mark unserialize() as returning by reference and remove unwrap_reference hack, to allow proper returning of self referenced arrays using a reference.
Currently unserialize() is the only internal function that may return a reference.
2017-10-17 11:50:34 +03:00
..
tests Fix gc_032.phpt 2017-10-13 11:59:28 +02:00
acinclude.m4 Minor fix macro value 2016-12-12 16:27:37 +01:00
bench.php Don't pass useless arguments 2017-10-03 15:24:02 +03:00
build.mk Use modern autotools name of configure.ac instead of configure.in 2017-01-27 06:07:40 +00:00
buildconf
configure.ac cleanup, MEMORY_LIMIT is not used anymore 2017-06-09 08:07:21 +02:00
header
LICENSE
Makefile.am
Makefile.frag
micro_bench.php
OBJECTS2_HOWTO
README.ZEND_MM
README.ZEND_VM
zend_alloc_sizes.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_alloc.c Merge branch 'PHP-7.1' into PHP-7.2 2017-10-13 14:00:21 +03:00
zend_alloc.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_API.c Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_API.h Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
zend_arena.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_ast.c Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_ast.h Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_bitset.h Added goblal optimisation passes based on data flow analyses using SSA form: 2017-07-14 14:33:34 +03:00
zend_build.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_builtin_functions.c Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_builtin_functions.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_closures.c Merge branch 'PHP-7.2' 2017-09-29 21:40:04 +01:00
zend_closures.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_compile.c PHP must not create circular arrays when element is assigned by value. 2017-10-12 16:23:45 +03:00
zend_compile.h Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_config.nw.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_config.w32.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_constants.c Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_constants.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_default_classes.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_dtrace.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_dtrace.d
zend_dtrace.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_errors.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_exceptions.c Refactored recursion pretection 2017-10-06 01:34:50 +03:00
zend_exceptions.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_execute_API.c Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_execute.c Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_execute.h Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_extensions.c Fixed bug #74866 extension_dir = "./ext" now use current directory for base 2017-07-13 14:27:19 +02:00
zend_extensions.h Bump all API numbers in prep for 7.2 fork 2017-07-18 10:45:02 -04:00
zend_float.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_float.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_gc.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_gc.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_generators.c Merge branch 'PHP-7.1' into PHP-7.2 2017-07-22 11:16:48 +02:00
zend_generators.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_globals_macros.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_globals.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_hash.c Fixed incorrect recursion detection 2017-10-06 11:47:11 +03:00
zend_hash.h HASH_FLAG_PERSISTENT renamed into IS_ARRAY_PERSISTENT and moved into GC_FLAGS (to be consistent with IS_STR_PERSISTENT). 2017-10-06 02:54:14 +03:00
zend_highlight.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_highlight.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_inheritance.c Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
zend_inheritance.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_ini_parser.y Merge branch 'PHP-7.1' 2017-07-04 21:23:16 -07:00
zend_ini_scanner_defs.h Fix stack management in ini scanner 2016-12-16 20:54:46 +01:00
zend_ini_scanner.c Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_ini_scanner.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_ini_scanner.l Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_ini.c move zend_ato*() to size_t and remove casts 2017-07-28 14:59:31 +02:00
zend_ini.h Reduce struct size, on 64-bit by 8 bytes each 2017-07-28 20:02:26 +02:00
zend_interfaces.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_interfaces.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_istdiostream.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_iterators.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_iterators.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_language_parser.y further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_language_scanner_defs.h updating cvs revisions of strlcat/cpy 2016-10-20 14:13:09 +01:00
zend_language_scanner.c Merge branch 'PHP-7.1' into PHP-7.2 2017-07-21 12:02:54 +08:00
zend_language_scanner.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_language_scanner.l Merge branch 'PHP-7.1' into PHP-7.2 2017-07-21 12:02:54 +08:00
zend_list.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_list.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_llist.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_llist.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_long.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_modules.h Bump all API numbers in prep for 7.2 fork 2017-07-18 10:45:02 -04:00
zend_multibyte.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_multibyte.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_multiply.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_object_handlers.c Fixed incorrect recursion detection 2017-10-06 11:47:11 +03:00
zend_object_handlers.h Property access micro-optimization. (ZEND_WRONG_PROPERTY_OFFSET and ZEND_DYNAMIC_PROPERTY_OFFSET are hidden, use one comparison instead of two on fast paths. "Negative" offsets are reserved for future optimizations). 2017-09-18 13:13:24 +03:00
zend_objects_API.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_objects_API.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_objects.c Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
zend_objects.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_opcode.c Use zval_ptr_dtor_nogc() in places where circular zvals are not possible 2017-10-09 12:24:11 +03:00
zend_operators.c Refactored recursion pretection 2017-10-06 01:34:50 +03:00
zend_operators.h memcmp begins from the second char. 2017-10-12 22:46:26 +08:00
zend_portability.h Merge branch 'PHP-7.1' into PHP-7.2 2017-07-27 10:04:59 -04:00
zend_ptr_stack.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_ptr_stack.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_range_check.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_signal.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_signal.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_smart_str_public.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_smart_str.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_smart_str.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_smart_string_public.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_smart_string.h Turn php_syslog() into wrapper for syslog and split lines 2017-08-19 13:51:44 +02:00
zend_sort.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_sort.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_sprintf.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_stack.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_stack.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_stream.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_stream.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_string.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_string.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_strtod_int.h Merge branch 'PHP-7.1' into PHP-7.2 2017-07-21 11:16:38 +02:00
zend_strtod.c Merge branch 'PHP-7.0' into PHP-7.1 2017-07-21 11:16:15 +02:00
zend_strtod.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_ts_hash.c Refactored recursion pretection 2017-10-06 01:34:50 +03:00
zend_ts_hash.h Refactored recursion pretection 2017-10-06 01:34:50 +03:00
zend_type_info.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_types.h AST don't have to be COPYABLE anymore. 2017-10-10 15:45:03 +03:00
zend_variables.c AST don't have to be COPYABLE anymore. 2017-10-10 15:45:03 +03:00
zend_variables.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_virtual_cwd.c Merge branch 'PHP-7.2' 2017-10-11 09:00:32 +02:00
zend_virtual_cwd.h Merge branch 'PHP-7.2' 2017-08-14 00:53:33 +02:00
zend_vm_def.h Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL). 2017-10-17 11:50:34 +03:00
zend_vm_execute.h Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL). 2017-10-17 11:50:34 +03:00
zend_vm_execute.skl Split zend_init_execute_data() into zend_init_func_execute_data() and zend_init_code_execute_data() 2017-06-29 10:10:57 +03:00
zend_vm_gen.php Changed the way VM accesses constant operands in 64-bit builds. 2017-10-04 16:53:01 +03:00
zend_vm_opcodes.c Separate ISSET_ISEMPTY_CV/UNSET_CV from ISSET_ISEMPTY_VAR/UNSET_VAR 2017-07-17 14:11:50 +03:00
zend_vm_opcodes.h Separate ISSET_ISEMPTY_CV/UNSET_CV from ISSET_ISEMPTY_VAR/UNSET_VAR 2017-07-17 14:11:50 +03:00
zend_vm.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend.c Refactored recursion pretection 2017-10-06 01:34:50 +03:00
zend.h Merge branch 'PHP-7.2' 2017-09-12 13:04:07 +02:00
zend.ico
Zend.m4 Merge branch 'PHP-7.1' 2017-02-08 00:54:27 +01:00
ZendCore.dep

ZEND_VM
=======

ZEND_VM architecture allows specializing opcode handlers according to op_type
fields and using different execution methods (call threading, switch threading
and direct threading). As a result ZE2 got more than 20% speedup on raw PHP
code execution (with specialized executor and direct threading execution
method). As in most PHP applications raw execution speed isn't the limiting
factor but system calls and database calls are, your mileage with this patch
will vary.

Most parts of the old zend_execute.c go into zend_vm_def.h. Here you can
find opcode handlers and helpers. The typical opcode handler template looks
like this:

ZEND_VM_HANDLER(<OPCODE-NUMBER>, <OPCODE>, <OP1_TYPES>, <OP2_TYPES>)
{
	<HANDLER'S CODE>
}

<OPCODE-NUMBER> is a opcode number (0, 1, ...)
<OPCODE> is an opcode name (ZEN_NOP, ZEND_ADD, :)
<OP1_TYPES> & <OP2_TYPES> are masks for allowed operand op_types. Specializer
will generate code only for defined combination of types. You can use any 
combination of the following op_types UNUSED, CONST, VAR, TMP and  CV also
you can use ANY mask to disable specialization according operand's op_type.
<HANDLER'S CODE> is a handler's code itself. For most handlers it stills the
same as in old zend_execute.c, but now it uses macros to access opcode operands
and some internal executor data.

You can see the conformity of new macros to old code in the following list:

EXECUTE_DATA
	execute_data
ZEND_VM_DISPATCH_TO_HANDLER(<OP>)
	return <OP>_helper(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)
ZEND_VM_DISPATCH_TO_HELPER(<NAME>) 
	return <NAME>(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)
ZEND_VM_DISPATCH_TO_HELPER_EX(<NAME>,<PARAM>,<VAL>) 
	return <NAME>(<VAL>, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU)
ZEND_VM_CONTINUE()
	return 0
ZEND_VM_NEXT_OPCODE()
	NEXT_OPCODE()
ZEND_VM_SET_OPCODE(<TARGET>
	SET_OPCODE(<TARGET>
ZEND_VM_INC_OPCODE()
	INC_OPCOD()
ZEND_VM_RETURN_FROM_EXECUTE_LOOP()
	RETURN_FROM_EXECUTE_LOOP()
ZEND_VM_C_LABEL(<LABEL>):
	<LABEL>:
ZEND_VM_C_GOTO(<LABEL>)
	goto <LABEL>
OP<X>_TYPE
	opline->op<X>.op_type
GET_OP<X>_ZVAL_PTR(<TYPE>)
	get_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
GET_OP<X>_ZVAL_PTR_PTR(<TYPE>)
	get_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
GET_OP<X>_OBJ_ZVAL_PTR(<TYPE>)
	get_obj_zval_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
GET_OP<X>_OBJ_ZVAL_PTR_PTR(<TYPE>)
	get_obj_zval_ptr_ptr(&opline->op<X>, EX(Ts), &free_op<X>, <TYPE>)
IS_OP<X>_TMP_FREE()
	IS_TMP_FREE(free_op<X>)
FREE_OP<X>()
	FREE_OP(free_op<X>)
FREE_OP<X>_IF_VAR()
	FREE_VAR(free_op<X>)
FREE_OP<X>_VAR_PTR()
	FREE_VAR_PTR(free_op<X>)


Executor's helpers can be defined without parameters or with one parameter. 
This is done with the following constructs:

ZEND_VM_HELPER(<HELPER-NAME>, <OP1_TYPES>, <OP2_TYPES>)
{
	<HELPER'S CODE>
}

ZEND_VM_HELPER_EX(<HELPER-NAME>, <OP1_TYPES>, <OP2_TYPES>, <PARAM_SPEC>)
{
	<HELPER'S CODE>
}

Executor's code is generated by PHP script zend_vm_gen.php it uses zend_vm_def.h
and zend_vm_execute.skl as input and produces zend_vm_opcodes.h and 
zend_vm_execute.h. The first file is a list of opcode definitions. It is 
included from zend_compile.h. The second one is an executor code itself. It is
included from zend_execute.c.

zend_vm_gen.php can produce different kind of executors. You can select 
different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can 
disable opcode specialization using --without-specializer. You can include or
exclude old executor together with specialized one using --without-old-executor.
At last you can debug executor using original zend_vm_def.h or generated file
zend_vm_execute.h. Debugging with original file requires --with-lines
option. By default ZE2 uses the following command to generate executor:

$ php zend_vm_gen.php --with-vm-kind=CALL

Zend Engine II currently includes two executors during the build process, one
is the specialized version and the other is the old one non-specialized with
function handlers. By default Zend Engine II uses the specialized one but you
can switch to the old executor at runtime by calling zend_vm_use_old_executor().