Closed
Bug 235104
Opened 22 years ago
Closed 17 years ago
investigate making some string ctors non-inline
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 265534
People
(Reporter: darin.moz, Unassigned)
References
Details
(Keywords: helpwanted, perf)
investigate making some string ctors non-inline. the introduction of
nsTFixedString added 40-55k of codesize as a result of an additional member
variable initializer per nsTAutoString ctor. perhaps these ctors should be
non-inline.
this might also be true of many of the other non-trivial ctors, especially the
ones that already make a function call.
| Reporter | ||
Updated•22 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7beta
| Reporter | ||
Updated•21 years ago
|
Target Milestone: mozilla1.7beta → mozilla1.8alpha
| Reporter | ||
Updated•21 years ago
|
Keywords: helpwanted,
perf
Target Milestone: mozilla1.8alpha1 → Future
| Reporter | ||
Updated•19 years ago
|
Assignee: darin → nobody
Status: ASSIGNED → NEW
QA Contact: string
Target Milestone: Future → ---
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•5 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•