Closed
Bug 378595
Opened 14 years ago
Closed 14 years ago
Improve cycle collection QI performance
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: peterv)
References
Details
Attachments
(1 file)
52.08 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
Let's try moving the cycle collection entries earlier in the QI maps. Bug 377787 shows that QI'ing is a significant part of cycle collection.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #262634 -
Flags: superreview?(jonas)
Attachment #262634 -
Flags: review?(jonas)
Attachment #262634 -
Flags: superreview?(jonas)
Attachment #262634 -
Flags: superreview+
Attachment #262634 -
Flags: review?(jonas)
Attachment #262634 -
Flags: review+
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Flags: in-testsuite-
Assignee | ||
Comment 2•14 years ago
|
||
I didn't get very reliable numbers, but in general I saw cycle collection times improve by 2-5% with this patch. This might be less important (after bug 378514 has landed).
You need to log in
before you can comment on or make changes to this bug.
Description
•