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

MJIT: Remove free_compiling_iseqs from mswin

This commit is contained in:
Takashi Kokubun 2022-06-15 22:10:54 -07:00
parent b5079794fd
commit 30ca4a8263
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -1107,9 +1107,6 @@ convert_unit_to_func(struct rb_mjit_unit *unit)
fprintf(f, "/* %s@%s:%ld */\n\n", iseq_label, iseq_path, iseq_lineno);
bool success = mjit_compile(f, unit->iseq, funcname, unit->id);
// release blocking mjit_gc_start_hook
free_compiling_iseqs();
fclose(f);
if (!success) {
if (!mjit_opts.save_temps)