diff options
author | Peter Zhu <[email protected]> | 2023-01-19 14:47:17 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-01-20 08:51:39 -0500 |
commit | 056e7a0154fe4c71eca3726c878bb3da7e4138f8 () | |
tree | 0cc48f743143edbb7801e5dc103b670b7ad62145 /vm_trace.c | |
parent | 76e3d853ab33d31ab9d5ae6f88b406841e8dbbf2 (diff) |
Make all of the references of iseq movable
Notes: Merged: https://.com/ruby/ruby/pull/7156
-rw-r--r-- | vm_trace.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -66,6 +66,17 @@ rb_hook_list_mark(rb_hook_list_t *hooks) } } static void clean_hooks(const rb_execution_context_t *ec, rb_hook_list_t *list); void |