WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
115581
Remove CSS selector profiler branches from ElementRuleCollector loop.
https://bugs.webkit.org/show_bug.cgi?id=115581
Summary
Remove CSS selector profiler branches from ElementRuleCollector loop.
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2013-05-03 20:46:26 PDT
Created
attachment 200514
[details]
Patch
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
Committed
r149557
: <
http://trac.webkit.org/changeset/149557
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug