Create caching mechanism for all our many calls to callMethod from Java code
----------------------------------------------------------------------------

                 Key: JRUBY-2766
                 URL: http://jira.codehaus.org/browse/JRUBY-2766
             Project: JRuby
          Issue Type: Bug
          Components: Parser
            Reporter: Charles Oliver Nutter
            Assignee: Charles Oliver Nutter
             Fix For: JRuby 1.1.3


It seems like more and more our constant  use of IRubyObject.callMethod is 
eating up a lot of performance dark matter. Because we use these for 
calculating hashes, checking equality, coercing objects, and so much more, we 
need a way to either inline cache or provide a per-class or global cache. I 
have a suspicion that it could help performance substantially.

-- 
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