RESOLVED FIXED 87071
Use stack-allocated BitArray in StylePropertySet serialization.
https://bugs.webkit.org/show_bug.cgi?id=87071
Summary Use stack-allocated BitArray in StylePropertySet serialization.
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.