Open
Bug 1811985
Opened 2 months ago
Updated 2 months ago
JS demo (https://www.fxhash.xyz/generative/4122 ) is quite slower in Nightly compared to Chrome
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug, )
Details
Go to https://www.fxhash.xyz/generative/4122 (The exact hash i profiled on was https://gateway.fxhash2.xyz/ipfs/QmTKLZcfeSL26a9ttf18drsT6r9J527y82dm6fL5iGUx9S/)
Click on "open"
Nightly: https://share.firefox.dev/3J9O6kv (relevant portion is the large 10second period near the beginning of the profile)
Chrome: https://share.firefox.dev/3j04zNn (Finishes in ~1 second)
Comment 1•2 months ago
|
||
Flame graph shows a ton of jemalloc time due to lock contention.
Updated•2 months ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•