diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-18 00:36:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-18 00:36:37 +0000 |
| commit | 4cd2a4d74aa8f4ecb742208b0d083ff2417d8858 (patch) | |
| tree | e59a7f79c7c57ea290233b2e6d47078dfeb9393b /ChangeLog | |
| parent | 11548f925390fc72d04be5276bc1fe77f99ddd02 (diff) | |
vm_method.c: configurable global method cache size
* vm_method.c (Init_Method): make global method cache size
configurable by environment variable
"RUBY_GLOBAL_METHOD_CACHE_SIZE" [Fix GH-719]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Sep 18 09:36:37 2014 Scott Francis <scott.francis@shopify.com> + + * vm_method.c (Init_Method): make global method cache size + configurable by environment variable + "RUBY_GLOBAL_METHOD_CACHE_SIZE" [Fix GH-719] + Thu Sep 18 07:03:36 2014 Eric Wong <e@80x24.org> * test/-ext-/string/test_modify_expand.rb: increase limit |
