Open
Bug 1760153
Opened 3 years ago
Updated 1 year ago
[meta] Performance issues in structured clone (aka structured serialize/deserialize)
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Depends on 5 open bugs, Blocks 3 open bugs)
Details
(Keywords: meta)
In bug 1717631 I added telemetry for structured cloning usage to see if it popped out as an optimization target, but it didn't really show much. But I've also heard of examples where it was observed to be involved in slow behavior, so I'm creating a meta bug to be able to record such cases. (I'm not currently planning on optimizing anything here, but I might if the dependent bugs say it's important.)
Note that this is filed within the JS component since that's where the core of the algorithm is implemented, but various non-JS types are implemented in the DOM code.
Updated•3 years ago
|
Blocks: sm-runtime
Updated•2 years ago
|
Blocks: structured-cloning
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•