From: Eric Wong Date: 2015-05-13T20:15:06+00:00 Subject: [ruby-core:69175] Re: [Ruby trunk - Feature #11146] [PATCH] variable.c: initialize generic_iv_tbl at start nobu@ruby-lang.org wrote: > Probably, due to `@gem_prelude_index` of `$LOAD_PATH` elements? That's one, but I think generic ivar is common enough. I'll also work on using ivar index + array (like T_OBJECT) to reduce hash table entries for most generic cases.