Open
Bug 1935881
Opened 1 year ago
Updated 9 months ago
Nightly is 2x slower than Chrome on loading a webgpu demo (Slow generator issue)
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Go to https://fabmax.github.io/kool/kool-js/
On thte left there is the menu. Click on it and select the very first demo "Island"
Let it load
Nightly: https://share.firefox.dev/49IYTxn 12s
Chrome: https://share.firefox.dev/3VtCMVr , https://share.firefox.dev/3VtafQa 6s
Comment 1•1 year ago
|
||
Looks like this is using a bunch of generators. The code is minified, so I have no idea what it's doing or which ones are performance-critical, but I see 79 separate generators in the code here.
| Reporter | ||
Updated•1 year ago
|
Summary: Nightly is 2x slower than Chrome on loading a webgpu demo → Nightly is 2x slower than Chrome on loading a webgpu demo (Slow generator issue)
Updated•9 months ago
|
Type: task → defect
You need to log in
before you can comment on or make changes to this bug.
Description
•