ruby / json

JSON implementation for Ruby
https://ruby.github.io/json
Other
705 stars 332 forks source link

JSON::Ext::Parser mark the name cache entries when not on the heap #676

Closed byroot closed 3 weeks ago

byroot commented 3 weeks ago

This is somewhat dead code as unless you are using JSON::Parser.new direcltly we never allocate JSON::Ext::Parser anymore.

But still, we should mark all its reference in case some code out there uses that.

Followup: #675