mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
Some GC implementations want to always know when an object is written to, even if the written value is a special constant. Checking special constants in rb_obj_written was a micro-optimization that made assumptions about the GC implementation.