Closed
Bug 1840996
Opened 2 years ago
Closed 2 years ago
Create a subset of ContextOptions which can be copied to CompileOptions
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox-esr115 | --- | unaffected |
| firefox115 | --- | unaffected |
| firefox116 | --- | unaffected |
| firefox117 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
(Keywords: topcrash)
Crash Data
Attachments
(1 file)
|
Bug 1840996 - Add PrefableCompileOptions and use it in ContextOptions and CompileOptions. r?bthrall!
48 bytes,
text/x-phabricator-request
|
Details | Review |
In order to achieve bug 1840839, it's better having a dedicate struct which stores all user-preffed options of CompileOptions, so that future options can be added there and it's easy to track which needs to be copied.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/c989d589866f
Add PrefableCompileOptions and use it in ContextOptions and CompileOptions. r=bthrall
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Backout by imoraru@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/a316853a0170
Backed out changeset c989d589866f for causing wasm crashes. a=backout
Comment 5•2 years ago
|
||
Bug 1840839, bug 1841016 and bug 1840996 have been backed out for wasm crashes, e.g. bp-6f01e03f-96f8-4d44-ae8b-c55a50230707.
Crash Signature: [@ js::wasm::ModuleGenerator::init]
Flags: needinfo?(arai.unmht)
Updated•2 years ago
|
Status: RESOLVED → REOPENED
status-firefox117:
fixed → ---
Resolution: FIXED → ---
Target Milestone: 117 Branch → ---
| Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(arai.unmht)
Comment 6•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly
For more information, please visit BugBot documentation.
Keywords: topcrash
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/26045c88e397
Add PrefableCompileOptions and use it in ContextOptions and CompileOptions. r=bthrall
Comment 8•2 years ago
|
||
| bugherder | ||
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Updated•2 years ago
|
status-firefox115:
--- → unaffected
status-firefox116:
--- → unaffected
status-firefox-esr102:
--- → unaffected
status-firefox-esr115:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•