Closed
Bug 1535348
Opened 6 years ago
Closed 3 years ago
Implement Group-rooted Shape Trees under a preference
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: mgaudet, Unassigned)
References
Details
It should be possible to root our shape trees under groups under a preference to allow us to further investigate the possibility of going down that road in Shypes.
An initial version of this would regress memory when enabled by duplicating shapes without saving memory by removing the group pointer from objects, but it would allow us to evaluate other aspects of the system like performance (though, we'd have to be sensitive to the higher memory usage too)
Updated•6 years ago
|
Priority: -- → P2
Reporter | ||
Comment 1•6 years ago
|
||
For whoever starts looking at this, I think InitialShapeEntry
is going to be of particular interest to you.
Comment 2•3 years ago
|
||
Closing this since groups no longer exists.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•