Closed
Bug 1493507
Opened 7 years ago
Closed 7 years ago
Don't walk the rule tree three times from apply_declarations.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
Assignee | ||
Comment 1•7 years ago
|
||
Just once is slow enough.
Comment 2•7 years ago
|
||
Comment on attachment 9011274 [details]
Avoid walking the rule tree three times from apply_declarations.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9011274 -
Flags: review+
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/cf4cc2623a5b
Avoid walking the rule tree three times from apply_declarations. r=xidorn
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Comment 5•7 years ago
|
||
Noticed some perf improvements:
== Change summary for alert #16099 (as of Mon, 24 Sep 2018 06:52:51 GMT) ==
Improvements:
4% stylebench osx-10-10 opt e10s stylo 18.65 -> 19.34
3% stylebench windows10-64 pgo e10s stylo 43.89 -> 45.21
3% stylebench linux64-qr opt e10s stylo 39.48 -> 40.59
3% stylebench windows10-64-qr opt e10s stylo 42.90 -> 44.07
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=16099
You need to log in
before you can comment on or make changes to this bug.
Description
•