Open
Bug 1809387
Opened 2 years ago
Updated 2 years ago
JS demo (https://www.fxhash.xyz/generative/slug/proto-alphabet ) is slower in Nightly compared to Chrome
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
Go to https://www.fxhash.xyz/generative/slug/proto-alphabet
Click on the "run" button below the image/demo pane on the right half of the page
Nightly: https://share.firefox.dev/3VZOIf5
Chrome: https://share.firefox.dev/3XnUIQ9
Reporter | ||
Updated•2 years ago
|
Blocks: sm-codepen-slower
Comment 1•2 years ago
|
||
The resulting images differ between Chrome and Nightly110.0a1.
Comment 2•2 years ago
|
||
Jan, could you evaluate this. I will just make it a P3 for now.
Severity: -- → N/A
Flags: needinfo?(jdemooij)
Priority: -- → P3
Comment 3•2 years ago
|
||
Quite a lot of time in ArrayConcat
. There's also a ton of recursion with many kn
functions on the stack.
Flags: needinfo?(jdemooij)
Reporter | ||
Comment 4•2 years ago
|
||
Latest profile is improved by 50%: https://share.firefox.dev/3H57zkc
You need to log in
before you can comment on or make changes to this bug.
Description
•