Closed Bug 1817412 Opened 1 year ago Closed 1 year ago

JS demo (https://www.fxhash.xyz/generative/19944) spends large portion of top functions in non-ion path

Categories

(Core :: JavaScript Engine, task)

task

Tracking

()

RESOLVED WONTFIX

People

(Reporter: mayankleoboy1, Unassigned)

References

(Blocks 1 open bug, )

Details

Slightly different profile with hte "high" rendering setting within the demo : https://share.firefox.dev/3EilGl4

Summary: JS demo (https://www.fxhash.xyz/generative/19944) spends large portion of top functions in noon-ion path → JS demo (https://www.fxhash.xyz/generative/19944) spends large portion of top functions in non-ion path

Looking at the flame graph it's spending most of the time doing name lookups on with environments. JS code really shouldn't be using with statements anymore; it's even marked deprecated on MDN.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX

Thanks :jandem for the explanation. I figured that the page must be doing something weird because of all that time in Baseline.

You need to log in before you can comment on or make changes to this bug.