Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.1.5
-
Component/s: Performance
-
Labels:None
-
Number of attachments :
Description
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.
Damn, no way this will get in for 1.1.3. Punting.