From: Eric Wong Date: 2014-03-09T04:59:35+00:00 Subject: [ruby-core:61384] Re: [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching I noticed this was reverted in r43027 for being too slow. Is there a plan to improve and reintroduce it? I may try adding caching in the main method table itself; especially if we end up using the container_of-style of method tables from Feature #9614 to reduce indirection.