Minor subscript loader followup fixes after bug 1492937
Categories
(Core :: XPConnect, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: Waldo, Assigned: Waldo)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
8.60 KB,
patch
|
kmag
:
review+
|
Details | Diff | Splinter Review |
6.38 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
1.87 KB,
patch
|
kmag
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Updated•6 years ago
|
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
bugherder |
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 18•6 years ago
|
||
AFAIK I wasn't aware of any significant regression when bug 1515878 landed, but in DevTools we are seeing a couple of significant improvements (we are using loadSubScript for all DevTools modules)
== Change summary for alert #18497 (as of Thu, 27 Dec 2018 02:20:09 GMT) ==
Improvements:
11% damp complicated.netmonitor.open.DAMP windows10-64-qr opt e10s stylo 272.61 -> 241.58
10% damp complicated.netmonitor.open.DAMP windows10-64 pgo e10s stylo 255.39 -> 229.37
10% damp complicated.netmonitor.open.DAMP windows7-32 pgo e10s stylo 252.08 -> 226.98
9% damp complicated.netmonitor.open.DAMP windows7-32 opt e10s stylo 258.50 -> 235.02
9% damp complicated.netmonitor.open.DAMP linux64 opt e10s stylo 256.25 -> 233.98
8% damp complicated.webconsole.open.DAMP windows10-64-qr opt e10s stylo 357.50 -> 327.14
8% damp complicated.netmonitor.open.DAMP windows10-64 opt e10s stylo 261.90 -> 240.06
8% damp cold.inspector.open.DAMP windows7-32 opt e10s stylo 498.34 -> 456.95
... and many many more similar speedups!
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=18497
So thanks for working on that!
Assignee | ||
Comment 19•6 years ago
|
||
Yeah, you get lazy source now -- devtools code in particular, by my recollection of bug 1492937 fixing, was passing explicit "UTF-8" charsets that would have disabled the lazy-source bit. Nice to see things get faster at the same time they're getting simpler!
Description
•