JS demo (https://www.fxhash.xyz/generative/15111 ) is 1.8x slower in Nightly compared to Chrome
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Go to https://www.fxhash.xyz/generative/15111
Click on "Run"
Nightly (partial profile): https://share.firefox.dev/3ZS1saT
Chrome (partial profile): https://share.firefox.dev/3ZNpHHj
Comment 2•3 years ago
|
||
This has some slow IonGetPropertyIC::update time I should probably glance at to see which case we're missing.
Comment 3•3 years ago
|
||
(In reply to Jan de Mooij [:jandem] from comment #2)
This has some slow
IonGetPropertyIC::updatetime I should probably glance at to see which case we're missing.
It's accessing an array object, but they sometimes pass a negative int32 value as index, confusing our ICs. It would be nice to handle this better but it's also a bug in their JS code.
| Reporter | ||
Comment 4•1 year ago
|
||
Nightly: https://share.firefox.dev/3Wl6OvS (18s)
Chrome: https://share.firefox.dev/3JKy2Vn (10s)
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 5•1 year ago
|
||
Latest profile: https://share.firefox.dev/4gMpBI2 (18/19s)
Not much change from bug 1938518 (as expected)
| Reporter | ||
Comment 6•1 year ago
|
||
Latest profile: https://share.firefox.dev/4alhDTN (12s)
So we improved here by 30% . I will put the blame on bug 1932864.
Updated•4 months ago
|
Description
•