ruby/gc/mmtk
Peter Zhu 74887a2c12 [ruby/mmtk] Skip weak references that are special consts
If a reference marked weak becomes a special const, it will crash because
it is not a GC handled object. We should skip special consts here.

870a79426b
2025-07-30 13:26:19 +00:00
..
src [ruby/mmtk] Skip weak references that are special consts 2025-07-30 13:26:19 +00:00
.gitignore
Cargo.lock [ruby/mmtk] Bump MMTk and dependencies version 2025-05-30 14:55:41 +00:00
Cargo.toml [ruby/mmtk] Bump MMTk and dependencies version 2025-05-30 14:55:41 +00:00
cbindgen.toml
depend Simplify gc/mmtk/extconf.rb 2025-01-14 10:21:57 -05:00
extconf.rb Simplify gc/mmtk/extconf.rb 2025-01-14 10:21:57 -05:00
mmtk.c [ruby/mmtk] Skip weak references that are special consts 2025-07-30 13:26:19 +00:00
mmtk.h [ruby/mmtk] Skip weak references that are special consts 2025-07-30 13:26:19 +00:00