Skip to content

Commit 9a403e4

Browse files
committed
cleanup
1 parent c1aeb4b commit 9a403e4

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
@@ -989,13 +989,11 @@ zend_jit_trace_stop ZEND_FASTCALL zend_jit_trace_execute(zend_execute_data *ex,
989989
}
990990

991991
if (EX(func)->op_array.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) {
992-
/* TODO: Can we continue recording ??? */
993992
stop = ZEND_JIT_TRACE_STOP_TRAMPOLINE;
994993
break;
995994
}
996995

997996
if (EX(func)->op_array.prop_info) {
998-
/* TODO: Can we continue recording ??? */
999997
stop = ZEND_JIT_TRACE_STOP_PROP_HOOK_CALL;
1000998
break;
1001999
}

0 commit comments

Comments
 (0)