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 /inits.c | |
parent | 11548f925390fc72d04be5276bc1fe77f99ddd02 (diff) | |
download | ruby-4cd2a4d74aa8f4ecb742208b0d083ff2417d8858.tar.gz |
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 'inits.c')
-rw-r--r-- | inits.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ void rb_call_inits(void) { + CALL(Method); CALL(RandomSeed); CALL(sym); CALL(var_tables); |