summaryrefslogtreecommitdiff
path: root/ujit.h
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2021-03-01 20:43:58 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:30 -0400
commit824fea684f8346386db0391fb8575ced07ae01d6 (patch)
tree82c97a9df6d43e8864d88a2fe25bee250bfb5d20 /ujit.h
parentf63cdae3a30df5cd39fbbc064fef0bbc95fc9bd5 (diff)
Thread EC through jit state. Add codegen status enum.
Diffstat (limited to 'ujit.h')
-rw-r--r--ujit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ujit.h b/ujit.h
index f3c2bffae6..e7ff96e64d 100644
--- a/ujit.h
+++ b/ujit.h
@@ -49,7 +49,7 @@ RUBY_SYMBOL_EXPORT_END
void rb_ujit_collect_vm_usage_insn(int insn);
void rb_ujit_method_lookup_change(VALUE cme_or_cc);
-void rb_ujit_compile_iseq(const rb_iseq_t *iseq);
+void rb_ujit_compile_iseq(const rb_iseq_t *iseq, rb_execution_context_t *ec);
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);