Open
Bug 1576999
Opened 6 years ago
Updated 3 years ago
"new Function" cloning of introducer URLs is slow
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: tcampbell, Unassigned)
References
Details
UR: https://www.datascience.com/blog/stock-price-time-series-arima
After fixing the memory usage problem with Bug 1575077 we still have performance issues with the de-duplication code.
Reporter | ||
Comment 1•6 years ago
|
||
The following account for 80% of the page load:
- ScriptSource::initFromOptions clones filenames from CompileOptions and calls FormatIntroducerFilename
- SavedStacks::getLocation atomizes the filenames
- Bug 1577273
Reporter | ||
Comment 3•6 years ago
|
||
Profile: https://perfht.ml/2znJVfN
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•