summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
-rw-r--r--mjit.h3
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ extern void mjit_free_iseq(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);
/* A threshold used to reject long iseqs from JITting as such iseqs
takes too much time to be compiled. */