Closed
Bug 622300
Opened 14 years ago
Closed 13 years ago
Speed up DOM JS-to-C++ unwrapping some more
Categories
(Core :: XPConnect, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Unassigned)
References
Details
Proposal: give different DOM concrete classes different JSClasses. Hang whatever information we need for a quick unwrap off these JSClasses (presumably by subclassing the JSClass struct and maybe having a flag on JSClass to indicate when we're using such a subclass).
For example, we could hang the current offset tables off of there. Or something else, if that would be useful. Need to figure out what's most beneficial here.
Reporter | ||
Comment 1•13 years ago
|
||
Peter, shall we call this fixed with Paris bindings?
Comment 2•13 years ago
|
||
Fine by me.
Reporter | ||
Comment 3•13 years ago
|
||
Alright, fixed. The setup in comment 0 is exactly what Paris bindings do.
You need to log in
before you can comment on or make changes to this bug.
Description
•