Closed
Bug 1654636
Opened 5 years ago
Closed 5 years ago
Enable baseline interpreter in safe mode
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
References
Details
Attachments
(1 file)
In bug 1649117, it was observed that safe mode makes some websites extremely slow. Part of this might be due to JS JITs being disabled in safe mode.
Enabling wasm in safe mode is bug 1654574. On the whole I think we should enable baseline interpreter in safe mode as well.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jorendorff
Status: NEW → ASSIGNED
Blocks: 1649117
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P2
Updated•5 years ago
|
Priority: P2 → P1
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bbb5b4faa462
Enable baseline interpreter in safe mode. r=jandem
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•