summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #78151Nikita Popov2019-06-131-1/+1
* Revert "micro-optimization"Joe Watkins2019-06-121-0/+3
* Mark some operand fetching funs as ATTRIBUTE_UNUSEDNikita Popov2019-06-121-4/+4
* micro-optimizationDmitry Stogov2019-06-101-3/+0
* Try to fix Windows buildNikita Popov2019-06-061-2/+2
* Reduce over-specialization for quite seldom instructionsDmitry Stogov2019-06-061-0/+85
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-5/+7
* Allow exceptions in __toString()Nikita Popov2019-06-051-0/+9
* Disable "bad" optimisations only for emulation loopDmitry Stogov2019-05-301-10/+0
* zend_assign_to_variable() optimizationDmitry Stogov2019-05-291-0/+40
* zend_do_fcall_overloaded() doesn't have to be exportedDmitry Stogov2019-05-291-1/+1
* Removed ability to compile PHP without EX(run_time_cache). ZEND_EX_USE_RUN_TI...Dmitry Stogov2019-05-151-2/+2
* Remove unused functionsPeter Kokot2019-05-091-44/+0
* Remove unused functionsPeter Kokot2019-05-081-9/+0
* Add gcc global register for aarch64CrazyMiaoo2019-04-221-0/+3
* Removed tests that always (or almost always) trueDmitry Stogov2019-04-151-0/+35
* Backported call frame initialization improvementDmitry Stogov2019-04-121-12/+19
* Replace "ZEND_CALL_CTOR" hack by additional live-rangeDmitry Stogov2019-04-121-6/+6
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-091-2/+2
|\
* | typoMarkus Staab2019-04-051-1/+1
* | Optimized "smart branch" instructionsDmitry Stogov2019-04-051-0/+20
* | Fix out-dated docs and typoc9s2019-03-011-1/+10
* | Use "modify" error message for FUNC_ARG fetch as wellNikita Popov2019-02-201-0/+1
* | Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-1/+1
* | Fix build without global regsNikita Popov2019-02-141-2/+2
* | Fixed bug #75921David Walker2019-02-141-33/+5
* | More accurate handling of global registers (allow VM with single global regis...Dmitry Stogov2019-02-121-9/+22
* | Fix double free if post inc of typed property throwsNikita Popov2019-02-081-0/+2
* | Remove local variablesPeter Kokot2019-02-031-10/+0
* | Revert "Don't silence fatal errors with @"Nikita Popov2019-01-311-2/+1
* | Don't silence fatal errors with @Nikita Popov2019-01-311-1/+2
* | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | Micro-optimizationDmitry Stogov2019-01-181-15/+26
* | Optimize zend_handle_fetch_obj_flags()Dmitry Stogov2019-01-181-51/+78
* | Reduce slow code sizeDmitry Stogov2019-01-161-0/+1
* | Fixed and improved incorrect usage of value_type argument.Dmitry Stogov2019-01-161-2/+3
* | Separated zend_assign_to_typed_prop()Dmitry Stogov2019-01-161-0/+16
* | Reuse zend_incdec_typed_ref() and separate zend_incdec_typed_prop()Dmitry Stogov2019-01-161-54/+46
* | Separated zend_binary_assign_op_typed_ref() and zend_binary_assign_op_typed_p...Dmitry Stogov2019-01-151-0/+26
* | Fixed uninitialized result of PRE_INC/PRE_DEC in case of exception.Dmitry Stogov2019-01-151-0/+28
* | Use fastcall calling conventionDmitry Stogov2019-01-151-5/+5
* | Implement typed propertiesNikita Popov2019-01-111-43/+873
* | Tune ARRAY_KEY_EXISTS opcode handler for speed and code sizeDmitry Stogov2018-12-271-0/+51
* | Merge branch 'PHP-7.3'Dmitry Stogov2018-12-261-3/+13
|\ \ | |/
| * Respect EG(vm_stack_page_size)Dmitry Stogov2018-12-261-3/+13
| * Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | Reduce executor sizeDmitry Stogov2018-12-181-49/+39
* | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-4/+1
* | Avoid early reference checkDmitry Stogov2018-11-271-1/+1
* | fixed typoDmitry Stogov2018-11-201-1/+1