php-src/Zend
Nikita Popov de5b42219c Avoid writing zend_vm_opcodes.h if it did not change
Now that we track header changes, a change to zend_vm_opcodes.h
requires rebuilding essentially the whole tree. In most cases,
changes to zend_vm_def.h don't actually result in any header
changes though.

Avoid touching the file by first checking whether the to be written
contents are actually the same.
2021-02-17 17:18:57 +01:00
..
Optimizer Handle warnings during sccp function evaluation 2021-02-11 12:36:35 +01:00
tests Merge branch 'PHP-8.0' 2021-02-15 14:59:07 +01:00
bench.php
LICENSE
Makefile.frag
micro_bench.php
README.md
zend_alloc_sizes.h
zend_alloc.c Use VM_MAKE_TAG for macos memory tag 2021-02-15 09:48:04 +01:00
zend_alloc.h
zend_API.c Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
zend_API.h Deprecate passing null to non-nullable arg of internal function 2021-02-11 21:46:13 +01:00
zend_arena.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_ast.c Add support for string keys in array unpacking 2021-02-09 10:04:27 +01:00
zend_ast.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_attributes_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
zend_attributes.c Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_attributes.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_attributes.stub.php Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_bitset.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_build.h
zend_builtin_functions_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
zend_builtin_functions.c Use IS_ALIAS_PTR to make distinct between aliasses and real classes 2021-02-10 00:00:55 +03:00
zend_builtin_functions.h
zend_builtin_functions.stub.php Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_closures_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
zend_closures.c Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_closures.h
zend_closures.stub.php Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_compile.c Merge branch 'PHP-8.0' 2021-02-15 12:43:50 +01:00
zend_compile.h Added Inheritance Cache. 2021-02-09 22:53:57 +03:00
zend_config.w32.h
zend_constants.c Added Inheritance Cache. 2021-02-09 22:53:57 +03:00
zend_constants.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_cpuinfo.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_cpuinfo.h Don't mark cpu_supports functions as always inline 2020-12-01 10:22:36 +01:00
zend_default_classes.c
zend_dtrace.c
zend_dtrace.d
zend_dtrace.h
zend_errors.h
zend_exceptions_arginfo.h Add support for generating properties with union type of multiple classes 2021-02-16 15:50:13 +01:00
zend_exceptions.c Add support for generating class entries from stubs 2021-01-26 11:50:36 +01:00
zend_exceptions.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_exceptions.stub.php Add missing classes to stubs 2021-02-09 22:38:06 +01:00
zend_execute_API.c Added Inheritance Cache. 2021-02-09 22:53:57 +03:00
zend_execute.c Merge branch 'PHP-8.0' 2021-02-15 14:59:07 +01:00
zend_execute.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_extensions.c Check linker compatibility directly from HMODULE 2020-09-21 16:25:31 +02:00
zend_extensions.h Add const modifier for zend_extension members 2020-12-01 10:40:26 +01:00
zend_float.c
zend_float.h
zend_gc.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_gc.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_gdb.c
zend_gdb.h
zend_generators_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
zend_generators.c Add support for generating class entries from stubs 2021-01-26 11:50:36 +01:00
zend_generators.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_generators.stub.php Add missing classes to stubs 2021-02-09 22:38:06 +01:00
zend_globals_macros.h
zend_globals.h Handle warnings during sccp function evaluation 2021-02-11 12:36:35 +01:00
zend_hash.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_hash.h Add array_is_list(array $array) function 2021-01-20 18:53:48 -05:00
zend_highlight.c
zend_highlight.h Accept zend_string in highlight_string API 2020-10-22 14:35:40 +02:00
zend_inheritance.c Link unbound simple classes (without parent/intefaces/traits) in first place. 2021-02-10 23:57:50 +03:00
zend_inheritance.h Added Inheritance Cache. 2021-02-09 22:53:57 +03:00
zend_ini_parser.y Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_ini_scanner.h
zend_ini_scanner.l
zend_ini.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_ini.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_interfaces_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
zend_interfaces.c Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_interfaces.h Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_interfaces.stub.php Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_istdiostream.h
zend_iterators.c
zend_iterators.h
zend_language_parser.y Change Attribute Syntax from @@ to #[] 2020-09-02 20:26:50 +02:00
zend_language_scanner.h Fix parsing of semi-reserved tokens at offset > 4 GB 2021-01-25 14:37:36 +01:00
zend_language_scanner.l Fix parsing of semi-reserved tokens at offset > 4 GB 2021-01-25 14:37:36 +01:00
zend_list.c Assert on unknown list entry type 2020-09-21 14:58:23 +02:00
zend_list.h
zend_llist.c
zend_llist.h
zend_long.h
zend_map_ptr.h Added Inheritance Cache. 2021-02-09 22:53:57 +03:00
zend_modules.h Prepare for PHP 8.1 2020-10-09 11:37:27 +02:00
zend_multibyte.c
zend_multibyte.h
zend_multiply.h
zend_object_handlers.c Merge branch 'PHP-8.0' 2021-02-16 12:34:00 +01:00
zend_object_handlers.h Merge branch 'PHP-8.0' 2021-02-16 12:34:00 +01:00
zend_objects_API.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_objects_API.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_objects.c
zend_objects.h
zend_observer.c Observe fake closures 2021-01-28 10:03:41 +01:00
zend_observer.h Fire open observer end handlers after a zend_bailout 2020-11-16 15:12:57 -08:00
zend_opcode.c Added Inheritance Cache. 2021-02-09 22:53:57 +03:00
zend_operators.c Delref only after successful allocation 2021-02-16 10:01:46 +01:00
zend_operators.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_portability.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_ptr_stack.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_ptr_stack.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_range_check.h
zend_signal.c Merge branch 'PHP-7.4' into PHP-8.0 2020-12-15 10:15:47 +01:00
zend_signal.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_smart_str_public.h
zend_smart_str.c
zend_smart_str.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_smart_string_public.h
zend_smart_string.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_sort.c
zend_sort.h
zend_stack.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_stack.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_stream.c
zend_stream.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_string.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_string.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_strtod_int.h
zend_strtod.c Implement Explicit octal notation for integers RFC 2021-01-04 21:09:23 +01:00
zend_strtod.h
zend_system_id.c Add system ID entropy API 2020-09-18 14:26:44 -07:00
zend_system_id.h Add system ID entropy API 2020-09-18 14:26:44 -07:00
zend_ts_hash.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_ts_hash.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
zend_type_info.h
zend_types.h Delref only after successful allocation 2021-02-16 10:01:46 +01:00
zend_variables.c
zend_variables.h
zend_virtual_cwd.c Merge branch 'PHP-7.4' into PHP-8.0 2020-10-26 12:41:12 +01:00
zend_virtual_cwd.h
zend_vm_def.h Fix unused variable warning 2021-02-16 14:24:58 +01:00
zend_vm_execute.h Fix unused variable warning 2021-02-16 14:24:58 +01:00
zend_vm_execute.skl Cleanup observer API and add JIT support 2020-09-18 12:55:58 +03:00
zend_vm_gen.php Avoid writing zend_vm_opcodes.h if it did not change 2021-02-17 17:18:57 +01:00
zend_vm_handlers.h Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
zend_vm_opcodes.c Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
zend_vm_opcodes.h Restrict allowed usages of $GLOBALS 2021-01-06 12:46:24 +01:00
zend_vm_trace_handlers.h
zend_vm_trace_lines.h
zend_vm_trace_map.h
zend_vm.h
zend_weakrefs_arginfo.h Improve class entry generation 2021-02-16 13:09:56 +01:00
zend_weakrefs.c Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend_weakrefs.h
zend_weakrefs.stub.php Generate zend class entries based on stubs 2021-02-14 23:18:28 +01:00
zend.c Fix typo in warnings_during_sccp 2021-02-11 08:23:01 -05:00
zend.h Added Inheritance Cache. 2021-02-09 22:53:57 +03:00
Zend.m4 Merge branch 'PHP-8.0' 2020-11-25 11:48:51 +01:00

Zend Engine

Zend memory manager

General

The goal of the new memory manager (available since PHP 5.2) is to reduce memory allocation overhead and speedup memory management.

Debugging

Normal:

sapi/cli/php -r 'leak();'

Zend MM disabled:

USE_ZEND_ALLOC=0 valgrind --leak-check=full sapi/cli/php -r 'leak();'

Shared extensions

Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so that valgrind can correctly track the memory leaks in shared extensions. For this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then DL_UNLOAD() is skipped during the shutdown of shared extensions.

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> and <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