Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Percentage of time spent in method dispatch?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John Lam, post: 4522528"] I was wondering if anyone had taken a look at what % of time that ruby spends doing method dispatch? I'll eventually do the experiments myself, but I wanted to check with y'all to see if someone had already done some investigations. It would be an interesting experiment to see how much you can improve method dispatch performance by caching the reference to the method call target, and invalidating it when the call context changes. Thanks, -John [URL]http://www.iunknown.com[/URL] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Percentage of time spent in method dispatch?
Top