ruby/gc
Peter Zhu 3f6be01bfc Make object ID faster by checking flags
We can improve object ID performance by checking the FL_SEEN_OBJ_ID flag
instead of looking up in the table.
2024-08-23 10:49:27 -04:00
..
default.c Make object ID faster by checking flags 2024-08-23 10:49:27 -04:00
gc.h Don't use gc_impl.h inside of gc/gc.h 2024-08-22 13:50:17 -04:00
gc_impl.h Remove rb_gc_impl_objspace_mark 2024-08-09 10:27:40 -04:00