Open
Bug 1441222
Opened 8 years ago
Updated 3 years ago
Load less XPT information about methods that can't be called from script
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
Details
I think xpt_link drops interfaces that aren't scriptable, but AFAICT we don't do anything to stop loading information about individual methods that can't be called from script (notxpcom, noscript, etc.), which are also not exposed to script. Maybe we can do this and save some memory on eg strings. I see a few hundred instances of this.
| Reporter | ||
Updated•8 years ago
|
Assignee: nobody → continuation
| Reporter | ||
Comment 1•8 years ago
|
||
This didn't seem completely trivial, so I'm not going to work on it in the near term, I think.
Assignee: continuation → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•