Merge the paths for running hazard analysis locally and in automation
Categories
(Core :: JavaScript: GC, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(11 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
I implemented mach commands for running the hazard analysis, but the actual analysis is still controlled through separate shell scripts. That has resulted in them diverging, and creates duplicate code. I would like to switch all but a basic wrapper to mach.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
I wanted this because I was running out of memory during a compile, and I wanted to pass -j4 to limit the number of parallel jobs.
Updated•4 years ago
|
Assignee | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 6•4 years ago
|
||
Assignee | ||
Comment 7•4 years ago
|
||
Assignee | ||
Comment 8•4 years ago
|
||
Assignee | ||
Comment 9•4 years ago
|
||
Assignee | ||
Comment 10•4 years ago
|
||
Assignee | ||
Comment 11•4 years ago
|
||
Updated•4 years ago
|
Comment 12•4 years ago
|
||
Comment 13•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f4bfb3b97dd2
https://hg.mozilla.org/mozilla-central/rev/e2a7870358ac
https://hg.mozilla.org/mozilla-central/rev/fa2d59a19bcf
https://hg.mozilla.org/mozilla-central/rev/0c5af7decad2
https://hg.mozilla.org/mozilla-central/rev/b0132ea16a42
https://hg.mozilla.org/mozilla-central/rev/036d1664eb62
https://hg.mozilla.org/mozilla-central/rev/e41138cdc5ac
https://hg.mozilla.org/mozilla-central/rev/38cf4fe6e57d
https://hg.mozilla.org/mozilla-central/rev/5cb551f8bb22
https://hg.mozilla.org/mozilla-central/rev/f9332f40f355
Description
•