Bug 84219

Summary: CSSValuePool: Made identifier value cache a fixed-size array.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.