Closed
Bug 1662140
Opened 4 years ago
Closed 4 years ago
Add javascript.options.off_thread_parse_global pref
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: tcampbell, Assigned: arai)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This pref will allow flipping between old (parseGlobal; gc-alloc; mergeRealms) and new (stencil; mainthread-stencil-instantiate). These changes perturb scheduling so having a pref will make it easier to measure perf before we commit to changing the default.
Reporter | ||
Updated•4 years ago
|
Assignee: nobody → arai.unmht
Assignee | ||
Updated•4 years ago
|
Summary: Add javascript.options.offThreadParseGlobal pref → Add javascript.options.off_thread_parse_global pref
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/ff341c317b42
Add javascript.options.off_thread_parse_global pref and --no-off-thread-parse-global shell option. r=tcampbell
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•