[Webkit-unassigned] [Bug 119625] [Performance]making HTMLSelectElement::usesMenuList() inline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 10 00:25:09 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119625


Santosh Mahto <santoshbit2007 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |santoshbit2007 at gmail.com




--- Comment #5 from Santosh Mahto <santoshbit2007 at gmail.com>  2013-08-10 00:24:47 PST ---
(In reply to comment #3)
> Does this actually speed anything up?

Isn't function usesMenuList() will take less machine code now .
+ inlining the function will reduce the machine cycle.

This function had useless overhead of theme checking every time.

it will definitely up this function performance logically. which is used many times(22) in HTMLSelectElement class. 
I think any improvement(minor/major) in WebCore is really good, as  it is difficult  for big architectural changes to improve performance.

This is just way of improving performance by Thinking a bit low level as explained by Benjamin in his blog.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list