Bug 153279 - Use TinyLRUCache in caching the CGColorRef in WebCore::cachedCGColor()
Summary: Use TinyLRUCache in caching the CGColorRef in WebCore::cachedCGColor()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Said Abou-Hallawa
URL:
Keywords:
Depends on:
Blocks: 152939
  Show dependency treegraph
 
Reported: 2016-01-20 10:36 PST by Said Abou-Hallawa
Modified: 2016-01-20 16:42 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.47 KB, patch)
2016-01-20 10:48 PST, Said Abou-Hallawa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2016-01-20 10:36:48 PST
This clean up is the second step to fix the bug https://bugs.webkit.org/show_bug.cgi?id=152939.
Comment 1 Said Abou-Hallawa 2016-01-20 10:48:50 PST
Created attachment 269361 [details]
Patch
Comment 2 Simon Fraser (smfr) 2016-01-20 16:04:41 PST
It would be nice to get some data on whether 32 cached colors is enough. It's certainly not for some of the benchmarks.
Comment 3 WebKit Commit Bot 2016-01-20 16:41:57 PST
Comment on attachment 269361 [details]
Patch

Clearing flags on attachment: 269361

Committed r195392: <http://trac.webkit.org/changeset/195392>
Comment 4 WebKit Commit Bot 2016-01-20 16:42:01 PST
All reviewed patches have been landed.  Closing bug.