Bug 77386 - [Chromium] Inline vector sizes for Regions/Vectors used in paint culling
Summary: [Chromium] Inline vector sizes for Regions/Vectors used in paint culling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 76858
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-30 16:50 PST by Dana Jansens
Modified: 2012-01-31 17:39 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dana Jansens 2012-01-30 16:50:48 PST
[Chromium] Inline vector sizes for Regions for paint culling
Comment 1 Dana Jansens 2012-01-30 17:10:46 PST
Some thoughts. Build aura and see how many RenderSurfaces you get in the Browser-side compositor when you open up 9 windows and play around with the WM. How many spans/segments do you get in each Region?
Comment 2 Dana Jansens 2012-01-30 17:20:46 PST
For the Region, andersca suggested 32 segments and 16 spans would make good inline values, in https://bugs.webkit.org/show_bug.cgi?id=72294.
Comment 3 Dana Jansens 2012-01-31 17:39:08 PST
Landed the Region::contains() CL #72294 which adds inline sizes to the Region vectors.