diff options
author | Satoshi Tagomori <s-tagomori@sakura.ad.jp> | 2025-06-15 18:25:33 +0900 |
---|---|---|
committer | Satoshi Tagomori <tagomoris@gmail.com> | 2025-06-17 10:07:53 +0900 |
commit | 50c6bd47ef109a9ab9440a33f2fc275345e7bf7a (patch) | |
tree | ce989ec35fcaafdf519d0a4040c3a52cce0b8ac3 /gc.c | |
parent | b1410c1c75518a54a2a32e0da2555840258ce228 (diff) |
Update vm->self location and mark it in vm.c for consistency
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13630
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3060,7 +3060,6 @@ rb_gc_mark_roots(void *objspace, const char **categoryp) MARK_CHECKPOINT("vm"); rb_vm_mark(vm); - if (vm->self) gc_mark_internal(vm->self); MARK_CHECKPOINT("end_proc"); rb_mark_end_proc(); |