Closed
Bug 1762619
Opened 3 years ago
Closed 3 years ago
Disable code caching
Categories
(Core :: JavaScript: WebAssembly, task, P1)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox98 | --- | wontfix |
firefox99 | --- | fixed |
firefox100 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
(Regression)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-release+
|
Details | Review |
We've received some reports of possible stability issues that could be caused by wasm code caching. Let's disable it for now while we investigate.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1737405
status-firefox100:
--- → affected
status-firefox98:
--- → affected
status-firefox99:
--- → affected
status-firefox-esr91:
--- → unaffected
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/a572f81366c0
wasm: Disable code caching. r=yury
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Updated•3 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Comment 6•3 years ago
|
||
Comment on attachment 9270463 [details]
Bug 1762619 - wasm: Disable code caching. r?yury
Beta/Release Uplift Approval Request
- User impact if declined: Increased stability issues.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This patch disables caching, falling back to the normal compile pipeline which is extensively tested.
- String changes made/needed:
Attachment #9270463 -
Flags: approval-mozilla-release?
Comment 7•3 years ago
|
||
98 is being handled by way of bug 1762636.
Comment 8•3 years ago
|
||
Comment on attachment 9270463 [details]
Bug 1762619 - wasm: Disable code caching. r?yury
Approved for 99.0.1.
Attachment #9270463 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Comment 9•3 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•