Open
Bug 1937653
Opened 2 months ago
Updated 2 months ago
Use JS::Prefs for offthread compilation
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
NEW
People
(Reporter: iain, Unassigned)
References
(Blocks 1 open bug)
Details
Offthread compilation is controlled here, which appears to only affect the main thread's context. It should be rewritten to use the JS::Prefs infrastructure so it works the same for all threads.
You need to log in
before you can comment on or make changes to this bug.
Description
•