We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c6520 commit b4c5f4eCopy full SHA for b4c5f4e
ext/opcache/jit/zend_jit_trace.c
@@ -16,7 +16,6 @@
16
+----------------------------------------------------------------------+
17
*/
18
19
-static zend_op_array dummy_op_array;
20
static zend_jit_trace_info *zend_jit_traces = NULL;
21
static const void **zend_jit_exit_groups = NULL;
22
@@ -75,9 +74,6 @@ static void zend_jit_trace_startup(bool reattached)
75
74
}
76
77
78
- memset(&dummy_op_array, 0, sizeof(dummy_op_array));
79
- dummy_op_array.fn_flags = ZEND_ACC_DONE_PASS_TWO;
80
-
81
JIT_G(exit_counters) = calloc(JIT_G(max_exit_counters), 1);
82
if (JIT_G(exit_counters) == NULL) {
83
zend_accel_error_noreturn(ACCEL_LOG_FATAL, "Could not allocate JIT exit counters buffer!");
0 commit comments