I meant the other one. Otherwise this option doesn't make sense.
This commit is contained in:
Takashi Kokubun 2022-09-07 14:26:29 +09:00
Родитель 496bdf01e2
Коммит cac0dcfbff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 1 добавлений и 1 удалений

2
mjit.c
Просмотреть файл

@ -1958,7 +1958,7 @@ mjit_resume(void)
// Lazily prepare PCH when --mjit=pause is given
if (pch_status == PCH_NOT_READY) {
if (rb_respond_to(rb_mMJITCompiler, rb_intern("compile"))) {
if (rb_respond_to(rb_mMJIT, rb_intern("compile"))) {
// [experimental] defining RubyVM::MJIT.compile allows you to replace JIT
mjit_opts.custom = true;
pch_status = PCH_SUCCESS;