aboutsummaryrefslogtreecommitdiffstats
path: root/ujit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'ujit_iface.h')
-rw-r--r--ujit_iface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ujit_iface.h b/ujit_iface.h
index aa335dbf19..597b0cbbb5 100644
--- a/ujit_iface.h
+++ b/ujit_iface.h
@@ -20,6 +20,9 @@ struct rb_callcache;
#define rb_callcache rb_callcache
#endif
+RUBY_EXTERN struct rb_ujit_options rb_ujit_opts;
+RUBY_EXTERN int64_t rb_ujit_exec_insns_count;
+
void cb_write_pre_call_bytes(codeblock_t* cb);
void cb_write_post_call_bytes(codeblock_t* cb);