From: Eric Wong Date: 2014-03-10T06:53:56+00:00 Subject: [ruby-core:61398] Re: [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching Eric Wong wrote: > I may try adding caching in the main method table itself; > especially if we end up using the container_of-style of method tables Tried and unimpressive on bm_so_binary_trees so far: http://bogomips.org/ruby.git/patch?id=a5ea40b8f6550ceff58781d > from Feature #9614 to reduce indirection. At least that saves memory...