Open
Bug 1869348
Opened 1 year ago
Updated 1 year ago
Nightly is 2x slower than Chrome on an online ASTexplorer tool (time spent in geenrators)
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Attachments
(1 file)
3.94 MB,
text/plain
|
Details |
Go to https://astexplorer.net/
Select "JSON" as the language
Within that, select "momoa" as the JSON parser
Paste the sample json text in the input box
Nightly: https://share.firefox.dev/47WvTQP
Chrome: https://share.firefox.dev/3GzgASd
Maybe something to improve here?
Reporter | ||
Updated•1 year ago
|
Blocks: sm-codepen-slower
Reporter | ||
Comment 1•1 year ago
|
||
Reporter | ||
Comment 2•1 year ago
|
||
Profile with a 8MB JSON file : https://share.firefox.dev/3RBXalH
Comment 3•1 year ago
|
||
Looks like the hottest functions here are generators, which we don't fully support in Ion because they don't get a lot of non-transpiled use in the wild.
Depends on: 1317690
Priority: -- → P3
Reporter | ||
Updated•1 year ago
|
Summary: Nightly is 2x slower than Chrome on an online ASTexplorer tool (and appears to spend time in Baseline in a lot of functions) → Nightly is 2x slower than Chrome on an online ASTexplorer tool (time spent in geenrators)
You need to log in
before you can comment on or make changes to this bug.
Description
•