Closed
Bug 1614518
Opened 5 years ago
Closed 5 years ago
Implement `mach hazards` suite of commands
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
Details
Attachments
(8 files, 3 obsolete 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 |
Enable running the GC rooting hazard analysis directly from mach.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Updated•5 years ago
|
Attachment #9125718 -
Attachment is obsolete: true
Assignee | ||
Comment 10•5 years ago
|
||
Updated•5 years ago
|
Attachment #9125716 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9125715 -
Attachment is obsolete: true
Comment 11•5 years ago
|
||
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e5f9b1159797
Remove code only present for python 2.6 compatibility. r=ahal
https://hg.mozilla.org/integration/autoland/rev/788e4b59e885
Allow using internal name for selecting application to bootstrap. r=nalexander
https://hg.mozilla.org/integration/autoland/rev/df3d4a88fa4f
Make warnings.py py3-compatible r=ahal,froydnj
https://hg.mozilla.org/integration/autoland/rev/02c6807e387b
Implement `mach hazards` command set for running the GC rooting hazard analysis. r=ahal,jonco,froydnj
https://hg.mozilla.org/integration/autoland/rev/361b6a5cae1b
Allow using declaration order for listing subcommands in help output, and allow commands to be hidden. r=ahal
https://hg.mozilla.org/integration/autoland/rev/1d8c4130b389
Quote shell commands properly r=ahal
https://hg.mozilla.org/integration/autoland/rev/28b0886c74c3
Refactor method scanning when gathering commands r=ahal
Assignee | ||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6da7cf8a6742
Followup fix to undo unneeded part of change that breaks tests
Comment 14•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e5f9b1159797
https://hg.mozilla.org/mozilla-central/rev/788e4b59e885
https://hg.mozilla.org/mozilla-central/rev/df3d4a88fa4f
https://hg.mozilla.org/mozilla-central/rev/02c6807e387b
https://hg.mozilla.org/mozilla-central/rev/361b6a5cae1b
https://hg.mozilla.org/mozilla-central/rev/1d8c4130b389
https://hg.mozilla.org/mozilla-central/rev/28b0886c74c3
https://hg.mozilla.org/mozilla-central/rev/6da7cf8a6742
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•