[Webkit-unassigned] [Bug 20061] Optimize array accesses with constant indices.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 28 15:58:11 PDT 2008


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





------- Comment #5 from barraclough at apple.com  2008-07-28 15:58 PDT -------
Performance numbers.

Sunspider pre-patch: ~1625ms
Patching all but nodes.cpp: ~1630ms (adding new opcodes to Machine seem to
cause a performance hit – saw the same thing trying to add an op_sample. :-/ )
Patching all: ~1645ms

Puzzling.  From profiling the change seems to be operating as expected – best
guess, this is handled well anyway with the fast case at the top of
op_get_by_val, and the increased code footprint results in the degradation?


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



More information about the webkit-unassigned mailing list