Open
Bug 1933787
Opened 3 months ago
Updated 5 days ago
Implement object previews/grips in C++
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: alexical, Assigned: alexical)
References
Details
Attachments
(2 files)
Basically, creating previews for objects is rather expensive, and can be made much faster if implemented in C++. Simply migrating the existing JS logic into C++ is a significant speedup, but there's also more work we can do by serializing the preview into a binary representation which can be more efficiently passed to the parent process and included in profiles / elsewhere. This bug tracks at least the first part of this, and it may be most expedient to just do the serialization work as part of this.
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•5 days ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•