[#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:61220] Re: [ruby-trunk - Bug #9262] global_method_cache should be configurable or grow automatically

From: Eric Wong <normalperson@...>
Date: 2014-03-02 07:21:04 UTC
List: ruby-core #61220
nobu@ruby-lang.org wrote:
> Eric Wong wrote:
> >  It also replaces CPP #if with C if for readability.
> 
> I don't think it is needed.

OK, does it that mean UNDEFINED_METHOD_ENTRY_P is unnecessary
with cache disabled?  Could just do this:
	http://80x24.org/gmc_disable.patch

In This Thread