mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
Micro optimization for better register allocation
This commit is contained in:
+1
-1
@@ -2854,7 +2854,7 @@ ZEND_VM_HANDLER(60, ZEND_DO_FCALL, ANY, ANY)
|
||||
zend_vm_stack_free_call_frame(call);
|
||||
|
||||
if (!RETURN_VALUE_USED(opline)) {
|
||||
zval_ptr_dtor(ret);
|
||||
zval_ptr_dtor(EX_VAR(opline->result.var));
|
||||
}
|
||||
|
||||
if (UNEXPECTED(should_change_scope)) {
|
||||
|
||||
@@ -602,7 +602,7 @@ static int ZEND_FASTCALL ZEND_DO_FCALL_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS)
|
||||
zend_vm_stack_free_call_frame(call);
|
||||
|
||||
if (!RETURN_VALUE_USED(opline)) {
|
||||
zval_ptr_dtor(ret);
|
||||
zval_ptr_dtor(EX_VAR(opline->result.var));
|
||||
}
|
||||
|
||||
if (UNEXPECTED(should_change_scope)) {
|
||||
|
||||
Reference in New Issue
Block a user