Closed
Bug 1717642
Opened 4 years ago
Closed 4 years ago
Add a pref to control full parsing from the scriptloader
Categories
(Core :: Performance: General, enhancement, P2)
Core
Performance: General
Tracking
()
RESOLVED
FIXED
91 Branch
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: denispal, Assigned: denispal)
References
Details
Attachments
(1 file)
We'd like to experiment with full parsing since we are seeing very good performance results locally. To do this, we'd need a pref to enable the behaviour.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → dpalmeiro
Status: NEW → ASSIGNED
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P2
Pushed by dpalmeiro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7621244e3b5a
Add a pref to force full parse for OMT compiled JS scripts from the ScriptLoader. r=smaug
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
I suspect enabling this pref causes Firefox to get permanently broken with only a "refresh" fixing it, just flipping the pref back off does not fix the issue.
Websites get broken JS with the following message in dev tools "Uncaught Error: CompileOptions mismatch between input and Stencil <unknown>:1".
You need to log in
before you can comment on or make changes to this bug.
Description
•