[#61424] [REJECT?] xmalloc/xfree: reduce atomic ops w/ thread-locals — Eric Wong <normalperson@...>

I'm unsure about this. I _hate_ the extra branches this adds;

13 messages 2014/03/12

[ruby-core:61384] Re: [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching

From: Eric Wong <normalperson@...>
Date: 2014-03-09 04:59:35 UTC
List: ruby-core #61384
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.

In This Thread