Bug 115581

Summary: Remove CSS selector profiler branches from ElementRuleCollector loop.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kling, koivisto, macpherson, menard
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Andreas Kling
Reported 2013-05-03 20:45:54 PDT
Remove CSS selector profiler branches from ElementRuleCollector loop.
Attachments
Patch (5.11 KB, patch)
2013-05-03 20:46 PDT, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2013-05-03 20:46:26 PDT
Antti Koivisto
Comment 2 2013-05-03 20:53:54 PDT
Comment on attachment 200514 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=200514&action=review > Source/WebCore/css/ElementRuleCollector.cpp:409 > + if (InspectorInstrumentation::hasFrontends()) > + doCollectMatchingRulesForList<true>(rules, matchRequest, ruleRange); > + else > + doCollectMatchingRulesForList<false>(rules, matchRequest, ruleRange); Please use early return for the exceptional path. UNLIKELY might be good too.
Andreas Kling
Comment 3 2013-05-04 08:02:39 PDT
Note You need to log in before you can comment on or make changes to this bug.