Closed ianks closed 1 year ago
If there is no mark function, then we assume there are no references to Ruby objects. As such, we can avoid inserting GC write barriers.
See: https://github.com/ruby/ruby/pull/7255
Cool!
Thanks 🙂
If there is no mark function, then we assume there are no references to Ruby objects. As such, we can avoid inserting GC write barriers.
See: https://github.com/ruby/ruby/pull/7255