Open
Bug 1816285
Opened 2 years ago
Updated 1 years ago
JS demo (https://www.fxhash.xyz/generative/21609 ) appears to spend time in non-ion path in a lot of functions (time spend under the join and split builtins)
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/21609
Click on "Run"
Additionally, you can click on "Variations" a couple of time.
Nightly: https://share.firefox.dev/3IhBfvr
Comment 1•2 years ago
|
||
This is spending most of its time under the join
and split
builtins.
Severity: -- → S4
Priority: -- → P3
Reporter | ||
Updated•1 years ago
|
Summary: JS demo (https://www.fxhash.xyz/generative/21609) appears to spend time in non-ion path in a lot of functions → JS demo (https://www.fxhash.xyz/generative/21609) appears to spend time in non-ion path in a lot of functions (time spend under the join and split builtins)
You need to log in
before you can comment on or make changes to this bug.
Description
•