mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
![]() This inverse table is only useful if `ObjectSpace._id2ref` is used,
which is extremely rare. The only notable exception is the `drb` gem
and even then it has an option not to rely on `_id2ref`.
So if we assume this table will never be looked up, we can just
not maintain it, and if it turns out `_id2ref` is called, we
can lock the VM and re-build it.
```
compare-ruby: ruby 3.5.0dev (2025-04-10T09:44:40Z master
|
||
---|---|---|
.. | ||
default.c | ||
extconf.rb |