Re: [jruby-dev] CacheMap versus MethodCache

2007-07-22 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: So I'm trying to reconcile the situation. I certainly don't want to lose MethodCache performance, but I need to have the callback for inline caching to be efficient. The cache flush has to be triggered outside the call path, rather than having an additional guard in

[jruby-dev] CacheMap versus MethodCache

2007-07-22 Thread Charles Oliver Nutter
I'm having some issues using MethodCache instead of CacheMap. The problem I have right now with MethodCache is that there's no way to use it for inline caching. In order for my inline cache to work, I need to be able to cache at the call site. But in order for that to be safe I need to be info

[jruby-dev] [jira] Created: (JRUBY-1232) regex options method odesnt work

2007-07-22 Thread Amit Kazmirsky (JIRA)
regex options method odesnt work Key: JRUBY-1232 URL: http://jira.codehaus.org/browse/JRUBY-1232 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Reporter: Amit Kazmirsky

[jruby-dev] [jira] Created: (JRUBY-1231) File.directory?('') should return false

2007-07-22 Thread Peter K Chan (JIRA)
File.directory?('') should return false --- Key: JRUBY-1231 URL: http://jira.codehaus.org/browse/JRUBY-1231 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: J