Open
Bug 1824279
Opened 3 years ago
Updated 2 years ago
JS demo (https://www.fxhash.xyz/generative/981 ) is faster in Chrome compared to Nightly in the initial part of the profile (Generators based)
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug, )
Details
Go to https://www.fxhash.xyz/generative/981
Click on Run
Profile: https://share.firefox.dev/42AsfK2
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Reporter | ||
Comment 1•3 years ago
|
||
Nightly: https://share.firefox.dev/428x5gn (1.3 seconds)
Chrome: https://share.firefox.dev/43sw4k6 (650ms)
Summary: JS demo (https://www.fxhash.xyz/generative/981) spends time in a lot of functions in non-ion path → JS demo (https://www.fxhash.xyz/generative/981) is faster in Chrome compared to Nightly (in the initial part of the profile)
| Reporter | ||
Comment 2•2 years ago
|
||
Nightly: https://share.firefox.dev/3RPukxZ (937ms)
Looks to be generator use.
Depends on: 1317690
Summary: JS demo (https://www.fxhash.xyz/generative/981) is faster in Chrome compared to Nightly (in the initial part of the profile) → JS demo (https://www.fxhash.xyz/generative/981) is faster in Chrome compared to Nightly in the initial part of the profile (Generators based)
You need to log in
before you can comment on or make changes to this bug.
Description
•