Skip to content

Commit 24c31a6

Browse files
committed
Test with arg opt enabled
1 parent 195c8f5 commit 24c31a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/Optimizer/dfa_pass.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,12 +1091,12 @@ static void zend_dfa_optimize_send_copies(zend_op_array *op_array, zend_ssa *ssa
10911091
}
10921092

10931093
int ssa_cv = ssa_op->op1_use;
1094-
1094+
#if 0
10951095
/* Argument move must not be observable in backtraces */
10961096
if (ssa->vars[ssa_cv].var < op_array->num_args) {
10971097
continue;
10981098
}
1099-
1099+
#endif
11001100
/* Unsetting a CV is always fine if it gets overwritten afterwards.
11011101
* Since type inference often infers very wide types, we are very loose in matching types. */
11021102
uint32_t type = ssa->var_info[ssa_cv].type;

0 commit comments

Comments
 (0)