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+

Andreas Kling
Reported 2012-05-21 19:24:34 PDT
We can get rid of two heap allocations in StylePropertySet::asText() by using BitArray instead of BitVector.
Attachments
Patch (2.99 KB, patch)
2012-05-21 19:32 PDT, Andreas Kling
andersca: review+
Andreas Kling
Comment 1 2012-05-21 19:32:25 PDT
Andreas Kling
Comment 2 2012-05-21 22:10:30 PDT
Note You need to log in before you can comment on or make changes to this bug.