summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove Z_OBJ_CLASS_NAME_PNikita Popov2014-10-091-5/+0
* | | Improved VM stack primitives for fast paths. Slow paths are not inlined anymore.Dmitry Stogov2014-10-091-51/+14
* | | Remove get_class_entry object handlerNikita Popov2014-10-091-1/+1
* | | Remove support for classes without class entriesNikita Popov2014-10-091-19/+17
* | | Exposed zend_clean_and_cache_symbol_table() and fixed incorrect efree()Dmitry Stogov2014-10-081-1/+1
* | | Reorder fields for better alignment on both 32-bit and 64-bit systemsDmitry Stogov2014-10-071-3/+3
* | | Merged EX(frame_kind) and EX(flags) into single wordDmitry Stogov2014-10-071-3/+3
* | | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-1/+1
* | | Removed zend_execute_data->prev_nested_call. Reuse prev_execute_data instead.Dmitry Stogov2014-10-011-1/+1
* | | Micro optimizationDmitry Stogov2014-09-301-4/+3
* | | Use more readable inline functionsDmitry Stogov2014-09-291-29/+34
* | | Fixed compilation warningsDmitry Stogov2014-09-181-1/+1
* | | Fixed compilation warningsDmitry Stogov2014-09-041-3/+3
* | | Use zval_ptr_dtor_nogc to destroy literalsNikita Popov2014-09-031-12/+2
* | | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-3/+0
* | | master renames phase 2Anatol Belski2014-08-251-5/+5
* | | master renames phase 1Anatol Belski2014-08-251-6/+6
* | | further fixes on coreAnatol Belski2014-08-161-1/+1
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-5/+5
* | | cleanupDmitry Stogov2014-08-081-3/+0
* | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-0/+2
|\ \ \
* | | | Fixed compilation warningsDmitry Stogov2014-07-151-2/+2
* | | | Another fix for uninitialized execute_data->symbol_tableDmitry Stogov2014-07-081-1/+0
* | | | Fixed uninitialized symbol_tableXinchen Hui2014-07-081-0/+1
* | | | Refactored run_time_cache usage in object handlersDmitry Stogov2014-07-071-11/+9
* | | | Simplify call-frame handlingDmitry Stogov2014-07-071-6/+6
* | | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-2/+0
* | | | Uinified call frame handling for user and internal functions.Dmitry Stogov2014-07-021-29/+0
* | | | Fixed support for extra arguments in conjunction with variadiv argument.Dmitry Stogov2014-06-301-4/+6
* | | | Help C compilet to do the better job optimizing target codeDmitry Stogov2014-06-271-10/+13
* | | | Use fast comparison for (func->type == ZEND_USER_FUNCTION || func->type == ZE...Dmitry Stogov2014-06-271-1/+1
* | | | Keep extra args in the same VM stack segment (after all CV and TMP vars)Dmitry Stogov2014-06-271-26/+9
* | | | Refactoring: merge call_frame and end_execute_data into single data structure...Dmitry Stogov2014-06-261-65/+67
* | | | Refactoring: use call_frames instead of call_slotsDmitry Stogov2014-06-241-13/+24
* | | | Small call/return improvementDmitry Stogov2014-06-161-4/+7
* | | | Added commentDmitry Stogov2014-05-131-0/+2
* | | | Sync zend_is_true with convert_to_boolean (fixes GMP test)Nikita Popov2014-05-061-0/+2
* | | | GC checks during argument release don't make senseDmitry Stogov2014-05-051-1/+1
* | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-5/+10
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-4/+4
| |\ \ \ | | |/ /
| | * | Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-4/+4
| * | | Merge branch 'PHP-5.6'Bob Weinand2014-04-111-0/+2
| |\ \ \ | | |/ /
| | * | Fixed disallowal of array usage in constants at run-timeBob Weinand2014-04-111-0/+2
* | | | Optimized zend_leave_helper()Dmitry Stogov2014-04-181-1/+1
* | | | Cache op_array->run_time_cache in zend_execute_data for faster accessDmitry Stogov2014-04-171-6/+23
* | | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-2/+2
* | | | Cleanup (1-st round)Dmitry Stogov2014-04-151-26/+0
* | | | Fixed zend_object_get_t in simpleXMLXinchen Hui2014-04-151-2/+3
* | | | Optimized ISSET_ISEMPTY_DIM_OBJDmitry Stogov2014-04-071-0/+1