Remove MethodCache and revert global method caching to CacheMap
---------------------------------------------------------------

                 Key: JRUBY-1490
                 URL: http://jira.codehaus.org/browse/JRUBY-1490
             Project: JRuby
          Issue Type: Bug
          Components: Miscellaneous
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.0.3, JRuby 1.1


MethodCache has not brought us enough performance gains to outweigh bugs it has 
introduced. Because the old CacheMap does a very good job of caching methods 
and because it's necessary anyway to support flushing inline cache sites, we 
should just eliminate MethodCache and maintain only CacheMap as a global method 
cache manager.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to