Closed
Bug 209226
Opened 21 years ago
Closed 21 years ago
String constants in mork should be char arrays
Categories
(MailNews Core :: Database, defect)
MailNews Core
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ataylor, Assigned: ataylor)
Details
(Keywords: memory-footprint)
Attachments
(1 file)
4.02 KB,
patch
|
alecf
:
superreview+
|
Details | Diff | Splinter Review |
String constants in mork should be character arrays rather than character
pointers wherever possible. This saves a pointer variable per string, plus a
relocation record for PIC code (at least on linux).
Assignee | ||
Comment 1•21 years ago
|
||
Here is a simple patch to convert the character pointer string constants into
character arrays.
Comment 2•21 years ago
|
||
Comment on attachment 125532 [details] [diff] [review]
Changes char pointers to char arrays
as always, nice work! r/sr=alecf
Attachment #125532 -
Flags: superreview+
Comment 3•21 years ago
|
||
Patch checked in.
Assignee | ||
Comment 4•21 years ago
|
||
This is checked in, marking bug fixed.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•