* ChangeLog: add explanation about how performace is improved in r37420.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
glass 2012-11-02 15:28:31 +00:00
parent 5f06ee7ea0
commit 2f3068fd43

View File

@ -38,7 +38,8 @@ Fri Nov 2 16:44:00 2012 Kenta Murata <mrkn@mrkn.jp>
Fri Nov 2 14:52:52 2012 Masaki Matsushita <glass.saga@gmail.com>
* array.c (recursive_equal): performance improvement.
* array.c (recursive_equal): performance improvement by avoiding
overhead to call rb_ary_elt().
[ruby-dev:45412] [Feature #6177]
Fri Nov 2 14:47:53 2012 Shugo Maeda <shugo@ruby-lang.org>