Open
Bug 2008560
Opened 6 months ago
Updated 5 months ago
Investigate JS IPDL serialization performance
Categories
(Core :: DOM: Content Processes, task)
Core
DOM: Content Processes
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
As seen in bug 2007393, when sending large JS values over IPC (in that case for devtools) then it is measurably slower when using the new JS IPDL serialization method than when using structured clone. We should see if there are some easy to improve bottlenecks, starting with profiles of the slowdowns from those test cases.
You need to log in
before you can comment on or make changes to this bug.
Description
•