From: Eric Wong Date: 2014-01-04T02:46:14+00:00 Subject: [ruby-core:59545] Re: [ruby-trunk - Feature #9362][Assigned] Minimize cache misshit to gain optimal speed OK, last update of the night :o I think everything is good on 32-bit... The following changes since commit 67a86ca145e50c77e36d95b16e58c8eea5edea6b: Merge e5ed75dee0c334e8b14dcf987440500d1b70f80f into 8f04556111b25d336838f40aaed34b86a44c9470 (2014-01-03 13:35:13 -0800) are available in the git repository at: git://80x24.org/ruby.git pull-495-fixes for you to fetch changes up to 0686d7d9e3e3975fa350600574a674a3e436f424: test_hash: bump up hash size to force rehashing (2014-01-04 02:39:26 +0000) ---------------------------------------------------------------- Eric Wong (6): array.c: fix typo ruby.h: use 6-bits for embedded array/struct length test_set_len: update test to account for longer embedded strings test_objspace: increase string size for sharing hash: fix RHASH_IFNONE test_hash: bump up hash size to force rehashing array.c | 2 +- hash.c | 10 ++++++++++ include/ruby/intern.h | 1 + include/ruby/ruby.h | 8 +++++--- test/-ext-/string/test_set_len.rb | 8 ++++---- test/objspace/test_objspace.rb | 4 ++-- test/ruby/test_hash.rb | 1 + 7 files changed, 24 insertions(+), 10 deletions(-)