export a function for MJIT.
rb_iseq_complete() can be used by MJIT.
This commit is contained in:
parent
d9bf9c572f
commit
9808e01090
@ -11452,7 +11452,7 @@ rb_ibf_load_iseq_complete(rb_iseq_t *iseq)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if USE_LAZY_LOAD
|
#if USE_LAZY_LOAD
|
||||||
const rb_iseq_t *
|
MJIT_FUNC_EXPORTED const rb_iseq_t *
|
||||||
rb_iseq_complete(const rb_iseq_t *iseq)
|
rb_iseq_complete(const rb_iseq_t *iseq)
|
||||||
{
|
{
|
||||||
rb_ibf_load_iseq_complete((rb_iseq_t *)iseq);
|
rb_ibf_load_iseq_complete((rb_iseq_t *)iseq);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user