Closed
Bug 941405
Opened 11 years ago
Closed 11 years ago
Make XPCOM slower
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
8.69 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
I'm planning to remove some of the usages of the register keyword from XPCOM to make it slower. ;-)
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8335791 -
Flags: review?(nfroyd)
![]() |
||
Comment 2•11 years ago
|
||
Comment on attachment 8335791 [details] [diff] [review]
Remove the usages of the register keyword from XPCOM; r=froydnj
Review of attachment 8335791 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with a strong suggestion that you run all talos suites to confirm that you're not going to regress performance. :)
Attachment #8335791 -
Flags: review?(nfroyd) → review+
Comment 3•11 years ago
|
||
Out of curiosity, what does removing these buy you?
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #3)
> Out of curiosity, what does removing these buy you?
Fewer compiler warnings telling me that `register' is meaningless, slowly sucking the joy out of my new awesome fast builds.
Assignee | ||
Comment 5•11 years ago
|
||
Assignee: nobody → ehsan
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•