summaryrefslogtreecommitdiff
path: root/ujit.h
diff options
context:
space:
mode:
Diffstat (limited to 'ujit.h')
-rw-r--r--ujit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ujit.h b/ujit.h
index a931ce0d3d..c2e03e5e26 100644
--- a/ujit.h
+++ b/ujit.h
@@ -54,5 +54,8 @@ void rb_ujit_compile_iseq(const rb_iseq_t *iseq);
void rb_ujit_init(struct rb_ujit_options *options);
void rb_ujit_bop_redefined(VALUE klass, const rb_method_entry_t *me, enum ruby_basic_operators bop);
void rb_ujit_constant_state_changed(void);
+void rb_ujit_iseq_mark(const struct rb_iseq_constant_body *body);
+void rb_ujit_iseq_update_references(const struct rb_iseq_constant_body *body);
+void rb_ujit_iseq_free(const struct rb_iseq_constant_body *body);
#endif // #ifndef UJIT_H