WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
55733
DrawingAreaProxyImpl should decide how frequently to throw away its backing store based on how expensive painting is
https://bugs.webkit.org/show_bug.cgi?id=55733
Summary
DrawingAreaProxyImpl should decide how frequently to throw away its backing s...
Adam Roben (:aroben)
Reported
2011-03-03 17:22:56 PST
From
bug 51262 comment 9
:
> 1. Begin with a timer interval of 5s. > 2. After throwing away a backing store, record the time interval required for the next paint. > 3. Update the timer interval to 100 * the recorded time interval in 2. > > For fast-painting sites, this will throw backing stores away quickly. For slow-painting sites, this will approximate a maximum thrash cost of 1%.
We should do this! Right now we always throw away after 5s. Note some of the complexity in defining "the time interval required for the next paint" mentioned in
bug 51262 comment 41
.
Attachments
Add attachment
proposed patch, testcase, etc.
Adam Roben (:aroben)
Comment 1
2011-03-03 17:39:27 PST
<
rdar://problem/9084989
>
Anders Carlsson
Comment 2
2017-05-26 10:21:14 PDT
We don't use DrawingAreaProxyImpl anymore.
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