diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-06 09:36:35 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-10-06 09:36:35 +0000 |
commit | 960e8a419f9bbf4b48f534c66972e833d56e8289 (patch) | |
tree | 48cab811a8b3f011dc829cf0762c331cfb2031ba /ChangeLog | |
parent | c29c44c4544896cf3e9d0788f52597e1f73dce02 (diff) | |
download | ruby-960e8a419f9bbf4b48f534c66972e833d56e8289.tar.gz |
* vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option to
enable/disable global method caching. [ruby-dev:46203] [Bug #7111]
* vm_method.c (rb_method_entry_get_with_omod): don't use global
method cache if OPT_GLOBAL_METHOD_CACHE is 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Oct 6 18:31:36 2012 Shugo Maeda <shugo@ruby-lang.org> + + * vm_opts.h (OPT_GLOBAL_METHOD_CACHE): new build option to + enable/disable global method caching. [ruby-dev:46203] [Bug #7111] + + * vm_method.c (rb_method_entry_get_with_omod): don't use global + method cache if OPT_GLOBAL_METHOD_CACHE is 0. + Sat Oct 6 16:32:04 2012 Shugo Maeda <shugo@ruby-lang.org> * vm_method.c (search_method): check omod only once for performance. |