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

Revert "export for MJIT"

This reverts commit 2e6f1cf8b2.
This commit is contained in:
Koichi Sasada 2019-11-29 03:22:24 +09:00
parent e4e41840ad
commit f38b6d197f
3 changed files with 5 additions and 2 deletions

View file

@ -935,6 +935,8 @@ leave
}
}
RUBY_VM_CHECK_INTS(ec);
if (vm_pop_frame(ec, GET_CFP(), GET_EP())) {
#if OPT_CALL_THREADED_CODE
rb_ec_thread_ptr(ec)->retval = val;

View file

@ -799,7 +799,7 @@ gen_ivtbl_get(VALUE obj, struct gen_ivtbl **ivtbl)
return 0;
}
MJIT_FUNC_EXPORTED struct st_table *
struct st_table *
rb_ivar_generic_ivtbl(void)
{
return generic_iv_tbl;

View file

@ -2318,7 +2318,8 @@ vm_call_iseq_setup_tailcall(rb_execution_context_t *ec, rb_control_frame_t *cfp,
iseq->body->stack_max);
cfp->sp = sp_orig;
RUBY_VM_CHECK_INTS(ec);
return Qundef;
}