]> granicus.if.org Git - php/commit
Make CALL VM with FP and IP in global registers not to return anything from opcode...
authorDmitry Stogov <dmitry@zend.com>
Tue, 16 Jun 2015 11:11:16 +0000 (14:11 +0300)
committerDmitry Stogov <dmitry@zend.com>
Tue, 16 Jun 2015 11:11:16 +0000 (14:11 +0300)
commit48ed660cdf6fe94ac2cd8eac217ea97340766e75
tree114a24cba73e03f455bc450679c939af28a08cd0
parent3180b8e100285e5bd9088e9981608dfd14f6ff27
Make CALL VM with FP and IP in global registers not to return anything from opcode handlers.
Set OPLINE to NULL to terminate VM loop instead.
This saves 1 CPU instruction for each opcode handler.
Zend/zend_vm_execute.h
Zend/zend_vm_gen.php