Use new dump_syms for linux in CI
Categories
(Firefox Build System :: General, enhancement, P3)
Tracking
(firefox80 fixed)
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: calixte, Assigned: froydnj)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Once this PR is merged:
https://github.com/mozilla/dump_syms/pull/91
we could use it in CI because this new version is a way faster.
For example with a libxul.so.dbg downloaded from symbols.m.o, the file is processed in ~2m10 with the old version and ~15s with the new version and the final file size is 20% smaller.
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Faster and more maintainable is better.
Depends on D83653
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6d187a25138c
https://hg.mozilla.org/mozilla-central/rev/07fdd9693d28
https://hg.mozilla.org/mozilla-central/rev/8b3e15e21d48
Comment 7•5 years ago
|
||
Nathan, does the improvement below makes sense for this patch?
== Change summary for alert #26615 (as of Mon, 27 Jul 2020 10:52:53 GMT) ==
Improvements:
13% build times linux64 debug base-toolchains-clang taskcluster-c5d.4xlarge 1,848.93 -> 1,602.69
12% build times linux64 debug base-toolchains-clang taskcluster-c5d.4xlarge 1,853.41 -> 1,629.14
11% build times linux64 debug base-toolchains-clang taskcluster-c5.4xlarge 1,894.41 -> 1,694.59
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=26615
| Assignee | ||
Comment 8•5 years ago
|
||
(In reply to Alexandru Ionescu (needinfo me) [:alexandrui] from comment #7)
Nathan, does the improvement below makes sense for this patch?
== Change summary for alert #26615 (as of Mon, 27 Jul 2020 10:52:53 GMT) ==Improvements:
13% build times linux64 debug base-toolchains-clang taskcluster-c5d.4xlarge 1,848.93 -> 1,602.69
12% build times linux64 debug base-toolchains-clang taskcluster-c5d.4xlarge 1,853.41 -> 1,629.14
11% build times linux64 debug base-toolchains-clang taskcluster-c5.4xlarge 1,894.41 -> 1,694.59For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=26615
Yeah, that makes sense!
Description
•