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
2
node.h
2
node.h
|
@ -62,7 +62,7 @@ void rb_ast_node_type_change(NODE *n, enum node_type type);
|
|||
const char *ruby_node_name(int node);
|
||||
void rb_node_init(NODE *n, enum node_type type);
|
||||
|
||||
void rb_ast_mark(rb_ast_t*);
|
||||
void rb_ast_mark_and_move(rb_ast_t *ast, bool reference_updating);
|
||||
void rb_ast_update_references(rb_ast_t*);
|
||||
void rb_ast_free(rb_ast_t*);
|
||||
void rb_ast_set_tokens(rb_ast_t*, VALUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue