Closed
Bug 13008
Opened 25 years ago
Closed 25 years ago
[perf] ProgIDToCLSID hash key too small
Categories
(Core :: XPCOM, defect, P3)
Core
XPCOM
Tracking
()
People
(Reporter: waterson, Assigned: shaver)
Details
Attachments
(1 file)
1.38 KB,
text/plain
|
Details |
The nsStringKey uses a vanilla nsAutoString, which will spill to the heap for just about every ProgID known to man.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
FWIW, in the latest traces, ProgIDToCLSID was taking about ~1% of the time, and was dominated (>70%) by nsAutoString and locking in the hashtable. (See also Bug 13009.)
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•