[Webkit-unassigned] [Bug 70857] Scrolling the HTML spec is more jerky now than it was (regression)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 25 22:29:43 PDT 2011


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


Luke Macpherson <macpherson at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |macpherson at chromium.org




--- Comment #1 from Luke Macpherson <macpherson at chromium.org>  2011-10-25 22:29:43 PST ---
Just ran a quick experiment, running PerformanceTests/Parser/html5-full-render.html with and without r94877.

ToT (with r94877):
Testing 6092696 byte document in 13 500000 byte chunks.
Running 20 times
Ignoring warm-up run (42093)
41379 41458 41389 41444 41458 41473 41468 41554 41506 41461
41419 41297 41547 41419 41311 41312 41529 41372 41349 41528

avg 41433.65
median 41451
stdev 77.53081645384626
min 41297
max 41554

Rolling out r94877:
Testing 6092696 byte document in 13 500000 byte chunks.
Running 20 times
Ignoring warm-up run (42154)
41460 41610 41765 41769 41887 42583 42574 41619 41754 41627
41509 41558 41641 41732 41613 41639 41453 41585 42914 42755

avg 41852.35
median 41640
stdev 443.69530930583437
min 41453
max 42914

It looks like r94887 actually makes the spec load faster on that benchmark. I know this doesn't answer the question about scrolling performance, but when I profiled scrolling the hot code was similar to the hot code when doing a page load, so it *might* still be indicative.

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