mirror of
https://github.com/ruby/ruby.git
synced 2026-08-05 09:00:56 +08:00
Now that we have a `set_table` implementation, we can use it to track const caches and save some memory. We could even save some more memory if `numtable` didn't store a copy of the `hash` and instead recomputed it every time, but this is a quick win.