php-src/Zend
Dmitry Stogov e8c87c6d21 - Fixed bug #52773 (Proxy objects have an inadequate destroy_object store callback)
- Fixed bug #52774 (Proxy object's store free callback calls zval_ptor_dtor on already freed data)
2010-10-04 07:15:30 +00:00
..
RFCs
tests Fixed bug #52940 (call_user_func_array still allows call-time pass-by-reference). (cataphract@php.net) 2010-10-01 11:53:04 +00:00
acconfig.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
acinclude.m4 - update bison version (mike) 2010-05-03 09:05:54 +00:00
bench.php Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
build.mk
buildconf
ChangeLog ChangeLog update 2005-08-06 05:37:51 +00:00
configure.in - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
header Year++ 2010-01-11 03:01:19 +00:00
LICENSE - More -> 2006 changes 2006-01-05 02:34:02 +00:00
Makefile.am Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed. 2010-04-20 11:05:54 +00:00
Makefile.frag - Fix dependency 2005-01-25 10:39:49 +00:00
micro_bench.php Simplified string offset reading 2010-07-16 11:44:30 +00:00
OBJECTS2_HOWTO - modifyable -> modifiable 2004-04-12 12:22:26 +00:00
README.ZEND_MM MFH 2007-07-19 13:57:16 +00:00
README.ZEND_VM Nuked DOS EOLs 2005-08-03 13:29:00 +00:00
zend_alloc.c Fixed bug #52888 (Zend MM shutdown crash) 2010-09-20 12:12:42 +00:00
zend_alloc.h - macros--; ZEND_FAST_* are now gone 2010-09-15 17:27:43 +00:00
zend_API.c - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_API.h - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_build.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_builtin_functions.c - Fixed bug #52060 (Memory leak when passing a closure to method_exists()) 2010-06-11 23:20:13 +00:00
zend_builtin_functions.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
ZEND_CHANGES Add some information about array overloading 2004-08-30 18:48:52 +00:00
zend_closures.c - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_closures.h restore $this support for closures to its former glory 2010-04-19 19:45:03 +00:00
zend_compile.c - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_compile.h - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_config.nw.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_config.w32.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_constants.c - Interned string related callbacks moved turned from compiler_globals into real globals 2010-05-25 09:00:20 +00:00
zend_constants.h - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to use literals instead of additional operands 2010-04-27 12:09:13 +00:00
zend_default_classes.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_dtrace.c Add DTrace probes 2010-04-24 13:32:30 +00:00
zend_dtrace.d Add DTrace probes 2010-04-24 13:32:30 +00:00
zend_dtrace.h Add DTrace probes 2010-04-24 13:32:30 +00:00
zend_dynamic_array.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_dynamic_array.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_errors.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_exceptions.c Revert unintended modification 2010-08-18 09:45:52 +00:00
zend_exceptions.h - Reverted unintended modification 2010-08-18 22:08:36 +00:00
zend_execute_API.c Fixed bug #52940 (call_user_func_array still allows call-time pass-by-reference). (cataphract@php.net) 2010-10-01 11:53:04 +00:00
zend_execute.c Prevented crash in GC because of incorrect reference counting 2010-09-30 14:11:51 +00:00
zend_execute.h Reduced initial VM stack size to fit into zend_mm segment and eliminate extra segment allocation 2010-07-07 10:30:17 +00:00
zend_extensions.c - Ensure that stderr output are not buffered, portability for tests 2010-01-25 14:47:19 +00:00
zend_extensions.h - Interned string related callbacks moved turned from compiler_globals into real globals 2010-05-25 09:00:20 +00:00
zend_float.c Eliminated useless allocation of FPU control word on each request startup 2010-07-09 09:02:14 +00:00
zend_float.h - fix vc6 build 2010-07-15 00:13:20 +00:00
zend_gc.c Fixed GC bug 2010-09-03 09:27:47 +00:00
zend_gc.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_globals_macros.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_globals.h - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_hash.c - Don't be silent on bailout 2010-09-14 14:26:37 +00:00
zend_hash.h Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed. 2010-04-20 11:05:54 +00:00
zend_highlight.c - Reverted r296062 and r296065 2010-03-12 10:28:59 +00:00
zend_highlight.h - Dropped unused HL_BG_COLOR (Kalle) 2010-04-21 22:06:18 +00:00
zend_indent.c - Reverted r296062 and r296065 2010-03-12 10:28:59 +00:00
zend_indent.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_ini_parser.y - Fixed bug #52138 (Constants are parsed into the ini file for section names) 2010-06-24 22:32:42 +00:00
zend_ini_scanner_defs.h - not used anymore 2010-09-15 16:58:11 +00:00
zend_ini_scanner.c - not used anymore 2010-09-15 16:58:11 +00:00
zend_ini_scanner.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_ini_scanner.l - Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW) 2010-08-01 15:26:54 +00:00
zend_ini.c improved performance of @ (silence) operator 2010-08-18 13:58:13 +00:00
zend_ini.h improved performance of @ (silence) operator 2010-08-18 13:58:13 +00:00
zend_interfaces.c Remove trailing dots 2010-02-02 04:49:02 +00:00
zend_interfaces.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_istdiostream.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_iterators.c - Back the free() call for __iterator_wrapper to free the ce->name, as it is a fake class 2010-08-08 22:43:14 +00:00
zend_iterators.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_language_parser.y Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call) 2010-08-25 09:14:36 +00:00
zend_language_scanner_defs.h - not used anymore 2010-09-15 16:58:11 +00:00
zend_language_scanner.c - not used anymore 2010-09-15 16:58:11 +00:00
zend_language_scanner.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_language_scanner.l - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_list.c - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert 2010-09-16 09:13:19 +00:00
zend_list.h - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert 2010-09-16 09:13:19 +00:00
zend_llist.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_llist.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_modules.h - Interned string related callbacks moved turned from compiler_globals into real globals 2010-05-25 09:00:20 +00:00
zend_multibyte.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_multibyte.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_multiply.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_object_handlers.c Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early). (mail_ben_schmidt at yahoo dot com dot au, Dmitry) 2010-10-01 09:49:20 +00:00
zend_object_handlers.h Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 2010-05-24 14:11:39 +00:00
zend_objects_API.c - Fixed bug #52773 (Proxy objects have an inadequate destroy_object store callback) 2010-10-04 07:15:30 +00:00
zend_objects_API.h Added a number of small performance tweaks and optimizations 2010-04-20 11:16:39 +00:00
zend_objects.c Bug #52361 (Throwing an exception in a destructor causes invalid catching) 2010-08-16 09:20:46 +00:00
zend_objects.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_opcode.c - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_operators.c Fix a bug where two doubles are equal but the maths operation makes it appear false. 2010-08-22 08:01:34 +00:00
zend_operators.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_ptr_stack.c zend_ptr_stack allocation is delayed before the actual usage 2010-07-09 07:31:18 +00:00
zend_ptr_stack.h zend_ptr_stack allocation is delayed before the actual usage 2010-07-09 07:31:18 +00:00
zend_qsort.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_qsort.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_sprintf.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_stack.c Preallocate zend_hash instead of allocation/deallocation it on each request 2010-08-27 06:09:18 +00:00
zend_stack.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_static_allocator.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_static_allocator.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_stream.c - label only used when mmap is available 2010-06-06 12:32:25 +00:00
zend_stream.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_string.c - Interned string related callbacks moved turned from compiler_globals into real globals 2010-05-25 09:00:20 +00:00
zend_string.h - Interned string related callbacks moved turned from compiler_globals into real globals 2010-05-25 09:00:20 +00:00
zend_strtod.c Fixed floating point mathematic speed degradation (Christian) 2009-03-18 10:18:10 +00:00
zend_strtod.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_ts_hash.c sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_ts_hash.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_types.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend_variables.c Fixed issue with statics in traits. 2010-06-08 15:56:36 +00:00
zend_variables.h Fixed issue with statics in traits. 2010-06-08 15:56:36 +00:00
zend_vm_def.h - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_vm_execute.h Regenerated 2010-09-15 07:39:57 +00:00
zend_vm_execute.skl - Improved memory usage 2010-09-15 07:38:52 +00:00
zend_vm_gen.php Prevent generation of long strings 2010-08-10 14:44:50 +00:00
zend_vm_opcodes.h Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call) 2010-08-25 09:14:36 +00:00
zend_vm.h sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php 2010-01-05 20:46:53 +00:00
zend.c - Fixed EG(saved_fpu_cw) initialization 2010-09-22 00:11:34 +00:00
Zend.dsp - not used anymore 2010-09-15 16:58:11 +00:00
zend.h - Improved memory usage 2010-09-15 07:38:52 +00:00
zend.ico
Zend.m4 Set session.entropy_file to /dev/urandom or /dev/arandom by 2010-03-31 18:03:17 +00:00
ZendCore.dep
ZendTS.dsp - not used anymore 2010-09-15 16:58:11 +00:00

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 callls 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().