Bug 84219 - CSSValuePool: Made identifier value cache a fixed-size array.
Summary: CSSValuePool: Made identifier value cache a fixed-size array.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-17 17:52 PDT by Andreas Kling
Modified: 2012-04-17 19:50 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.75 KB, patch)
2012-04-17 17:58 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-04-17 17:52:28 PDT
Now that we only have a single CSSValuePool, we should make the identifier value cache a fixed-size array instead of a hashmap. (At the time of writing, we have 699 possible identifier values.)
Comment 1 Andreas Kling 2012-04-17 17:58:01 PDT
Created attachment 137643 [details]
Patch
Comment 2 Antti Koivisto 2012-04-17 18:02:00 PDT
Comment on attachment 137643 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2012-04-17 19:50:13 PDT
Comment on attachment 137643 [details]
Patch

Clearing flags on attachment: 137643

Committed r114474: <http://trac.webkit.org/changeset/114474>
Comment 4 WebKit Review Bot 2012-04-17 19:50:19 PDT
All reviewed patches have been landed.  Closing bug.