Lots of slow script warnings on ARM64 (lack of Ion? does it need tuning?)
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
People
(Reporter: overholt, Unassigned)
References
(Blocks 1 open bug)
Details
I am experiencing a lot of slow script dialogs in Nightly on Windows-on-ARM64. Should its heuristics be tuned for certain hardware/resource constraints? Or is it due to the lack of IonMonkey on ARM64?
Reporter | ||
Comment 1•6 years ago
|
||
I mostly see this on GSuite properties; anecdotally, in descending order of frequency: Google Slides, Google Sheets, Google Docs.
Comment 2•6 years ago
|
||
JIT might be better component, or if not that, then XPConnect (which deals with JS interruption)
https://searchfox.org/mozilla-central/rev/03ebbdab952409640c6857d835d3040bf6f9e2db/js/xpconnect/src/XPCJSContext.cpp#577,615-632
Does tweaking the pref help https://searchfox.org/mozilla-central/rev/03ebbdab952409640c6857d835d3040bf6f9e2db/modules/libpref/init/all.js#3238
or is this about something else?
Comment 4•6 years ago
|
||
Andrew, now that IonMonkey can be turned on, do you see these notifications less/as frequently than/as without IonMonkey?
Reporter | ||
Comment 5•6 years ago
|
||
(In reply to Nicolas B. Pierron [:nbp] from comment #4)
Andrew, now that IonMonkey can be turned on, do you see these notifications less/as frequently than/as without IonMonkey?
In the past 24 hours of having IonMonkey on, I haven't seen any slow script warnings :)
Comment 6•6 years ago
|
||
Based on comment 5, fixing this issue as "Works for Me".
Description
•