php-src/Zend
2017-09-18 13:13:24 +03:00
..
tests Fixed test 2017-08-14 12:37:37 +03:00
acinclude.m4 Minor fix macro value 2016-12-12 16:27:37 +01:00
bench.php
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 further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_alloc.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_API.c Fixed bug #74878 (Data race in ZTS builds) 2017-09-18 11:27:10 +03:00
zend_API.h Fix fast ZPP macro definition 2017-08-19 15:24:11 +02:00
zend_arena.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_ast.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_ast.h further sync for vim mode lines 2017-07-04 18:12:45 +02: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 Merge branch 'PHP-7.1' into PHP-7.2 2017-09-12 13:26:25 +08:00
zend_builtin_functions.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_closures.c further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_closures.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_compile.c Order live ranges according to "start" position 2017-08-14 12:21:07 +03:00
zend_compile.h Separate ISSET_ISEMPTY_CV/UNSET_CV from ISSET_ISEMPTY_VAR/UNSET_VAR 2017-07-17 14:11:50 +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 further sync for vim mode lines 2017-07-04 18:12:45 +02: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 further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_exceptions.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_execute_API.c Value of EG(user_exception_handler) should't relive request boundary 2017-07-12 15:37:12 +03:00
zend_execute.c 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_execute.h further sync for vim mode lines 2017-07-04 18:12:45 +02: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 Use ZEND_HASH_APPLY_SHIFT macro instead of hard-coded literal 2017-08-23 22:15:14 +02:00
zend_hash.h Do not include BC for zend_symbtable_add_new on 7.2/master 2017-09-07 17:37:20 -04: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 further sync for vim mode lines 2017-07-04 18:12:45 +02: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 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_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 further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_objects.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_opcode.c Fixed ZTS build (disable deallocation of arg_info of internal functions with type hints) 2017-09-13 10:10:56 +03:00
zend_operators.c move zend_ato*() to size_t and remove casts 2017-07-28 14:59:31 +02:00
zend_operators.h move zend_ato*() to size_t and remove casts 2017-07-28 14:59:31 +02: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 Update copyright headers to 2017 2017-01-04 11:23:42 -06:00
zend_ts_hash.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_type_info.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_types.h further sync for vim mode lines 2017-07-04 18:12:45 +02:00
zend_variables.c Merge branch 'PHP-7.0' into PHP-7.1 2017-09-13 01:46:12 +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-08-14 00:53:33 +02:00
zend_virtual_cwd.h Merge branch 'PHP-7.2' 2017-08-14 00:53:33 +02:00
zend_vm_def.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_vm_execute.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_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 VM refactoring, to avoid passing "execute_data" into helper functions that can access it using global register variable. 2017-06-16 01:42:49 +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 Merge branch 'PHP-7.2' 2017-08-14 00:53:33 +02: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().