From: "shugo (Shugo Maeda)" Date: 2012-10-06T11:19:17+09:00 Subject: [ruby-dev:46203] [ruby-trunk - Bug #7111][Open] New build option to enable/disable global method caching Issue #7111 has been reported by shugo (Shugo Maeda). ---------------------------------------- Bug #7111: New build option to enable/disable global method caching https://bugs.ruby-lang.org/issues/7111 Author: shugo (Shugo Maeda) Status: Open Priority: Normal Assignee: ko1 (Koichi Sasada) Category: core Target version: ruby -v: ruby 2.0.0dev (2012-10-05 trunk 37093) [i686-linux] Ruby has a build option to enable/disable inline method caching (OPT_INLINE_METHOD_CACHE), but has no such option for global method caching. How about to add a new build option OPT_GLOBAL_METHOD_CACHE? I've attached a patch to add that option. -- http://bugs.ruby-lang.org/