1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

export a function for MJIT.

rb_iseq_complete() can be used by MJIT.
This commit is contained in:
Koichi Sasada 2019-12-25 14:37:53 +09:00
parent d9bf9c572f
commit 9808e01090

View file

@ -11452,7 +11452,7 @@ rb_ibf_load_iseq_complete(rb_iseq_t *iseq)
}
#if USE_LAZY_LOAD
const rb_iseq_t *
MJIT_FUNC_EXPORTED const rb_iseq_t *
rb_iseq_complete(const rb_iseq_t *iseq)
{
rb_ibf_load_iseq_complete((rb_iseq_t *)iseq);