[#70257] [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI — ko1@...

Issue #11420 has been reported by Koichi Sasada.

11 messages 2015/08/06

[ruby-core:70339] Re: [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI

From: Eric Wong <normalperson@...>
Date: 2015-08-11 19:51:46 UTC
List: ruby-core #70339
Юрий Соколов <funny.falcon@gmail.com> wrote:
> Eric Wong, you should measure,  not expect. With current implementation,
> lookup performance really matters.

In my own tests, I've disabled global method cache without bad results;
inline method cache covers nearly all code I run.

Obviously I'm far removed from modern, bloated Rails apps which requires
JS engines to even install, though.

In This Thread