Closed
Bug 264710
Opened 20 years ago
Closed 19 years ago
CallGetService inlines too much code
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Keywords: memory-footprint, perf)
The two CallGetService templates in nsIServiceManagerUtils.h have way too much
code inline. The stuff in that should be its own non-inline function, called by
the template.
Comment 1•20 years ago
|
||
Comment 2•19 years ago
|
||
sounds like it is fixed. dbaron, please reopen if not.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•