[#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:61605] Re: hash function for global method cache

From: SASADA Koichi <ko1@...>
Date: 2014-03-20 04:57:14 UTC
List: ruby-core #61605
(2014/03/18 8:03), Eric Wong wrote:
> Global method cache is power-of-two-sized; so it should have a good hash
> function.  In vm_method.c:

FYI (maybe you know): funny_fulcon proposed to replace global cache by
per-class cache.
https://bugs.ruby-lang.org/issues/9262

-- 
// SASADA Koichi at atdot dot net

In This Thread