Bug 87071 - Use stack-allocated BitArray in StylePropertySet serialization.
Summary: Use stack-allocated BitArray in StylePropertySet serialization.
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-05-21 19:24 PDT by Andreas Kling
Modified: 2012-05-21 22:10 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.99 KB, patch)
2012-05-21 19:32 PDT, Andreas Kling
andersca: review+
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-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>