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.
2 parents a81b232 + 3f30fa4 commit 6b820c1Copy full SHA for 6b820c1
yjit_iface.h
@@ -99,10 +99,11 @@ YJIT_DECLARE_COUNTERS(
99
100
#undef YJIT_DECLARE_COUNTERS
101
102
+RUBY_EXTERN struct rb_yjit_runtime_counters yjit_runtime_counters;
103
+
104
#endif // YJIT_STATS
105
106
RUBY_EXTERN struct rb_yjit_options rb_yjit_opts;
-RUBY_EXTERN struct rb_yjit_runtime_counters yjit_runtime_counters;
107
108
void yjit_map_addr2insn(void *code_ptr, int insn);
109
VALUE *yjit_iseq_pc_at_idx(const rb_iseq_t *iseq, uint32_t insn_idx);
0 commit comments