[Webkit-unassigned] [Bug 119230] [CSS Regions] Selection performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 16:29:51 PDT 2013


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





--- Comment #2 from Manuel Rego Casasnovas <rego at igalia.com>  2013-07-29 16:29:37 PST ---
Created an attachment (id=207680)
 --> (https://bugs.webkit.org/attachment.cgi?id=207680&action=review)
Results of perf-tests for selection in CSS Regions

These are the results of running the performance tests in a simple document with and without CSS Regions.

The first 3 runs were executed in trunk and the last 3 were executed in trunk without the patch for bug #105641 (r139197).

In trunk the performance of the selection in documents with CSS Regions seems better than in normal documents, I guess that the reason is that when you're selecting different flow threads the execution enter in the diff at RenderView::setSelection() related to the flow threads (see http://trac.webkit.org/browser/trunk/Source/WebCore/rendering/RenderView.cpp#L728). However, without that if (patch for bug #105641) the performance in documents with CSS Regions seems worse.

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