aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.h
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-20 02:40:41 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-20 02:40:41 +0000
commitc784da17448c40e55cdd231724bfe4bf53da35a1 (patch)
treea769a02c7051c534b79f5dcc168d00fdf6a40440 /mjit.h
parent6c4fd432d0242647149906f7433a9f5025819d07 (diff)
downloadruby-c784da17448c40e55cdd231724bfe4bf53da35a1.tar.gz
Update MJIT references
ISeq can move, so we need to tell MJIT where the new location is. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mjit.h b/mjit.h
index 4aadc8eb6f..e71df7f07c 100644
--- a/mjit.h
+++ b/mjit.h
@@ -84,6 +84,7 @@ extern void mjit_postponed_job_register_finish_hook(void);
extern void mjit_gc_start_hook(void);
extern void mjit_gc_finish_hook(void);
extern void mjit_free_iseq(const rb_iseq_t *iseq);
+extern void mjit_update_references(const rb_iseq_t *iseq);
extern void mjit_mark(void);
extern struct mjit_cont *mjit_cont_new(rb_execution_context_t *ec);
extern void mjit_cont_free(struct mjit_cont *cont);