RESOLVED FIXED 158356
Give RuleFeatures::classesMatchingAncestors some inline capacity.
https://bugs.webkit.org/show_bug.cgi?id=158356
Summary Give RuleFeatures::classesMatchingAncestors some inline capacity.
Andreas Kling
Reported 2016-06-03 14:15:20 PDT
There are about 362K Vector<AtomicStringImpl*> backing stores getting allocated and freed on a run of PLUM, in the RuleFeatures::classesMatchingAncestors vector. Since RuleFeatures is only ever stack-allocated, we can avoid most/all of this by giving it some inline capacity.
Attachments
Patch (1.38 KB, patch)
2016-06-03 14:15 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2016-06-03 14:15:54 PDT
WebKit Commit Bot
Comment 2 2016-06-05 08:18:42 PDT
Comment on attachment 280463 [details] Patch Clearing flags on attachment: 280463 Committed r201697: <http://trac.webkit.org/changeset/201697>
WebKit Commit Bot
Comment 3 2016-06-05 08:18:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.