WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
126459
Region is 432 bytes out of the box
https://bugs.webkit.org/show_bug.cgi?id=126459
Summary
Region is 432 bytes out of the box
Tim Horton
Reported
2014-01-03 14:26:26 PST
Region is enormous! It has Vectors with a huge inline capacity. We should do something to make it smaller (and maybe especially optimize for the case where it ends up just being one rect).
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-02-05 12:13:02 PST
Loading webkit.org makes large regions: Region 0x7fb766810f98: 208 segments, 84 spans yahoo.com: Region 0x7fb766811148: 442 segments, 76 spans These big regions are from Page::addRelevantRepaintedObject(). Many regions are small, however.
Tim Horton
Comment 2
2014-02-17 15:32:48 PST
Is it possible to make it so that we can specify the inline size on the Region? Then we can make the relevant repainted object ones big and default to small?
Tim Horton
Comment 3
2014-02-17 15:33:01 PST
(like Vector)
Anders Carlsson
Comment 4
2014-02-17 15:37:13 PST
I think what we really want for tracking repaint rects is some sort of non-exact region that tries to stay simple...
Tim Horton
Comment 5
2014-02-17 15:43:33 PST
(In reply to
comment #4
)
> I think what we really want for tracking repaint rects is some sort of non-exact region that tries to stay simple...
That is probably true.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug