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:
parent
b5079794fd
commit
30ca4a8263
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue