Skip to content

Commit 6b862e8

Browse files
committed
These EG(current_execute_data) = EX(prev_execute_data) assignments are useless now
1 parent 08d2d92 commit 6b862e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/opcache/jit/zend_jit_vm_helpers.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_nested_func_helper(uint32_t
4848
if (UNEXPECTED(call_info & ZEND_CALL_HAS_SYMBOL_TABLE)) {
4949
zend_clean_and_cache_symbol_table(EX(symbol_table));
5050
}
51-
EG(current_execute_data) = EX(prev_execute_data);
5251

5352
zend_vm_stack_free_extra_args_ex(call_info, execute_data);
5453
if (UNEXPECTED(call_info & ZEND_CALL_RELEASE_THIS)) {
@@ -88,7 +87,6 @@ ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_top_func_helper(uint32_t ca
8887
}
8988
zend_vm_stack_free_extra_args_ex(call_info, execute_data);
9089
}
91-
EG(current_execute_data) = EX(prev_execute_data);
9290
if (UNEXPECTED(call_info & ZEND_CALL_CLOSURE)) {
9391
OBJ_RELEASE(ZEND_CLOSURE_OBJECT(EX(func)));
9492
}

0 commit comments

Comments
 (0)