Bug 87071

Summary: Use stack-allocated BitArray in StylePropertySet serialization.
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 andersca: review+

Description Andreas Kling 2012-05-21 19:24:34 PDT
We can get rid of two heap allocations in StylePropertySet::asText() by using BitArray instead of BitVector.
Comment 1 Andreas Kling 2012-05-21 19:32:25 PDT
Created attachment 143172 [details]
Patch
Comment 2 Andreas Kling 2012-05-21 22:10:30 PDT
Committed r117902: <http://trac.webkit.org/changeset/117902>