[#46309] [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — "usa (Usaku NAKAMURA)" <usa@...>

13 messages 2012/10/29
[#46310] Re: [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — Tanaka Akira <akr@...> 2012/10/29

2012年10月29日 10:31 usa (Usaku NAKAMURA) <usa@garbagecollect.jp>:

[#46366] Re: [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — "U.Nakamura" <usa@...> 2012/11/02

こんにちは、なかむら(う)です。

[#46375] Re: [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — KOSAKI Motohiro <kosaki.motohiro@...> 2012/11/02

>> とくに指定しなければ、default external は locale から設定されるので、

[ruby-dev:46205] [ruby-trunk - Bug #7111] New build option to enable/disable global method caching

From: "shugo (Shugo Maeda)" <redmine@...>
Date: 2012-10-06 06:31:55 UTC
List: ruby-dev #46205
Issue #7111 has been updated by shugo (Shugo Maeda).

File opt_global_method_cache.diff added

ko1 (Koichi Sasada) wrote:
>  I don't have any objection.
>  Where is a patch?

I forgot to attach it:(
Please see opt_global_method_cache.diff attached.
----------------------------------------
Bug #7111: New build option to enable/disable global method caching
https://bugs.ruby-lang.org/issues/7111#change-30116

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/

In This Thread