Open
Bug 1847507
Opened 1 year ago
Updated 11 months ago
Codepen demo (https://codepen.io/nicoptere/pen/dygBpPg ) manipulating pixels takes ~3x more time 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)
4.24 KB,
text/html
|
Details |
Go to https://codepen.io/nicoptere/pen/dygBpPg
Chrome: https://share.firefox.dev/3s2iNl5 (2 seconds)
Nightly: https://share.firefox.dev/43ZkNHO (6 seconds)
Reporter | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
This is spending most of its time under isNaN
. It's called with an object so ToNumber
does slow conversions to primitive.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Comment 3•11 months ago
|
||
Latest profile : https://share.firefox.dev/48CqVsQ (6s)
You need to log in
before you can comment on or make changes to this bug.
Description
•