Open
Bug 1859166
Opened 2 years ago
Updated 7 months ago
Nightly is 1.5x slower than Chrome on a JS demo (https://www.marvinj.org/en/index.html )
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.47 KB,
text/html
|
Details |
Open the attached modified testcase (original version : https://www.marvinj.org/en/index.html)
Click on "Mapple Leaf"
Chrome: https://share.firefox.dev/3rQMGoz (3.2s)
Nightly: https://share.firefox.dev/46UeEil (4.5s)
| Reporter | ||
Comment 1•2 years ago
|
||
| Reporter | ||
Comment 2•2 years ago
•
|
||
And a more extreme version :
Chrome: https://share.firefox.dev/46TiS9V (32s)
Nightly: https://share.firefox.dev/3QhdaJc (45s)
Comment 3•2 years ago
|
||
Nothing stands out in the profile. We're spending almost all of our time in JIT code.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Reporter | ||
Updated•2 years ago
|
Summary: Nightly is 1.5x slower than Chrome on a JS demo → Nightly is 1.5x slower than Chrome on a JS demo (https://www.marvinj.org/en/index.html)
| Reporter | ||
Comment 4•7 months ago
|
||
Firefox : https://share.firefox.dev/3I3YviQ (5.4s)
Chrome: https://share.firefox.dev/45YoRNi (3s)
You need to log in
before you can comment on or make changes to this bug.
Description
•