History log of /PHP-7.4/Zend/zend_vm_gen.php (Results 176 – 200 of 267)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e5716d1b 03-Dec-2014 Dmitry Stogov

Get rid of duplicate handlers (ZEND_ADD_SPEC_TMP_TMP and ZEND_ADD_SPEC_VAR_VAR are absolutely the same).


Revision tags: php-5.6.4RC1, php-5.5.20RC1
# c746dcd7 18-Nov-2014 Dmitry Stogov

Get rid of zend_free_op structure (use zval* instead).
Get rid of useless TSRMLS arguments.


Revision tags: php-5.6.3, php-5.5.19, php-5.4.35
# 4bb836be 31-Oct-2014 Adam Harvey

Update the VM generation script, per Bob.


Revision tags: php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34
# bd9a2346 03-Oct-2014 Dmitry Stogov

Replaced EG(This) and EX(object) with EX(This).
Internal functions now recieves zend_execute_data as the first argument.


Revision tags: php-5.5.18RC1, php-5.6.1, php-5.6.2
# 06103d65 23-Sep-2014 Dmitry Stogov

Use zval_ptr_dtor_nogc() to free IS_TMP_VAR operands.
Removed ZEND_SWITCH_FREE opcode (ZEND_FREE used instead).


# 2c8ac3a2 22-Sep-2014 Dmitry Stogov

Replace IS_OP?_TMP_FREE() with more clear (OP?_TYPE == IS_TMP_VAR)


Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1
# 319ce224 28-Aug-2014 Dmitry Stogov

LOAD_REGS() is not used anymore


# f2b03701 27-Aug-2014 Dmitry Stogov

Use 'const' qualifier for pointrs to code used at run-time (the code must not be changed)


# 8ec40397 27-Aug-2014 Dmitry Stogov

Cleanup IS_VAR handling


Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 2febfbab 17-Jul-2014 Dmitry Stogov

Micro optimization for the main interpreter loop


Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2
# 716d2a39 01-Jul-2014 Lior Kaplan

Make sure the generator script also creates a newline at the end of file

Similar to commit d6713f39 in master


# 0a77dcd4 02-Jul-2014 Dmitry Stogov

Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are executing something.


Revision tags: php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28
# 6976eb29 16-Apr-2014 Dmitry Stogov

Fixed support for unspecialized and GOTO and SWITCH executor


Revision tags: php-5.4.28RC1, php-5.5.12RC1, php-5.6.0beta1
# cea26aa2 04-Apr-2014 Dmitry Stogov

Tergets of ASSIGN and ASSIGN_REF don't have to be initialized


Revision tags: php-5.4.27, php-5.5.11
# c6cba554 27-Mar-2014 Dmitry Stogov

Use ZVAL_DEREF() macro


Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# 1be0df93 04-Mar-2014 Dmitry Stogov

Fixed destruction of VM handler operands (FREE_OP1 and family)


# 561843c9 27-Feb-2014 Ferenc Kovacs

typo spotted by Lajos Veres


Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 5de71156 18-Feb-2014 Dmitry Stogov

Use better data structures (incomplete; able to run bench.php)


# 4e66abad 12-Feb-2014 Dmitry Stogov

Use better data structures (incomplete) - refactored return_value handling


Revision tags: php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# aba775fd 26-Dec-2013 Xinchen Hui

Fixed warning "No new line at end of file"


# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# d6713f39 26-Dec-2013 Xinchen Hui

Fixed warning "No new line at end of file"


1234567891011