Closed
Bug 1686586
Opened 4 years ago
Closed 4 years ago
Enable structured spewer in the browser.
Categories
(Core :: JavaScript Engine: JIT, defect, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: caroline, Assigned: caroline)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Currently, jit spewing is only enabled for the shell. In order to spew when we are clicking around in the browser, we must enable spewing before we enter the JITs.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Attachment #9196985 -
Attachment description: Bug 1686586 - Enabled spewing before entering JITs. r?iain → Bug 1686586 - Enabled spewing before entering JITs. r?mgaudet
Pushed by ccullen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4464c774d0cd
Turn StructuredSpewer::spewingEnabled_ flag into a count. r=mgaudet
https://hg.mozilla.org/integration/autoland/rev/b7113f34ed0b
Enabled spewing before entering JITs. r=iain
Comment 4•4 years ago
|
||
Backed out 2 changesets (bug 1686586) for Valgrind failure. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer?job_id=327178752&repo=autoland&lineNumber=58744
Push with failures:
https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=b7113f34ed0b9327b22fa5a47669817f1777cf82
Backout:
https://hg.mozilla.org/integration/autoland/rev/ee3f81706e42b03ad11d8d9f05eaaabf374aadb0
Flags: needinfo?(ccullen)
Pushed by ccullen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae35af8b64e5
Turn StructuredSpewer::spewingEnabled_ flag into a count. r=mgaudet
https://hg.mozilla.org/integration/autoland/rev/6ed74696de9a
Enabled spewing before entering JITs. r=iain
Comment 7•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ae35af8b64e5
https://hg.mozilla.org/mozilla-central/rev/6ed74696de9a
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•