WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
80015
Make the tiling code slightly smarter
https://bugs.webkit.org/show_bug.cgi?id=80015
Summary
Make the tiling code slightly smarter
Kenneth Rohde Christiansen
Reported
2012-03-01 01:29:15 PST
Avoid doing the same tranformations all over in each call to tileRectForCoordinate. Do not resize tiles and then drop them because they are not out of the keep rect; instead drop before resizing. Rename dropTilesOutsideRect to setKeepRect as it now stored the keep rect. This is used to avoid unneeded iteration of all tiles for invalidates outside the keep rect.
Attachments
Patch
(9.57 KB, patch)
2012-03-01 01:53 PST
,
Kenneth Rohde Christiansen
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kenneth Rohde Christiansen
Comment 1
2012-03-01 01:53:00 PST
Created
attachment 129666
[details]
Patch
Kenneth Rohde Christiansen
Comment 2
2012-03-01 01:54:45 PST
Landed in 109327.
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