Closed
Bug 1801443
Opened 2 years ago
Closed 2 years ago
Js1k demo (https://js1k.com/2014-dragons/demo/1900 ) appears to spend lots of time in Baseline for some functions
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Go to https://js1k.com/2014-dragons/demo/1900
Click-and-hold on the demo so that the particles start moving towards the pointer
Comment 1•2 years ago
|
||
Looking at the inverted stack trace, the highest self-time of a JS function is 0.9%, and this the body of an eval function.
You need to log in
before you can comment on or make changes to this bug.
Description
•