Open
Bug 1708272
Opened 4 years ago
Updated 2 years ago
Improve performance of JSStructuredCloneReader::read
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: iain, Unassigned)
References
(Blocks 2 open bugs)
Details
In bug 1680860, the retrieval of large objects from indexedDB causes jank. We spend a long time adding properties to the object (js::DefineDataProperty
/ NativeObject::addPropertyInternal`).
As a follow-up to the reshape work, we should be able to optimize this code better. (Jan in chat: "we will be able to fill the property map directly and can then allocate the shape, bypassing a lot of the generic define code")
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•