mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use rb_gc_mark_and_move for imemo
This commit is contained in:
parent
20f03100d5
commit
c184aa8740
5 changed files with 105 additions and 216 deletions
|
@ -640,7 +640,7 @@ static const rb_parser_config_t rb_global_parser_config = {
|
|||
.gc_register_mark_object = rb_gc_register_mark_object,
|
||||
.gc_guard = gc_guard,
|
||||
.gc_mark = rb_gc_mark,
|
||||
.gc_mark_movable = rb_gc_mark_movable,
|
||||
.gc_mark_and_move = rb_gc_mark_and_move,
|
||||
.gc_location = rb_gc_location,
|
||||
|
||||
.reg_compile = rb_reg_compile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue