Speed up instance variable cache misses by tenderlove · Pull Request #8744 · ruby/ruby

This PR speeds up instance variable cache misses by introducing a red-black tree as a shape cache. With the red-black tree, we can easily check whether an instance variable has been set and what i...