Closed
Bug 251269
Opened 21 years ago
Closed 1 year ago
make more static data const
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: dbaron, Unassigned)
Details
(Whiteboard: [patch])
Attachments
(1 file)
|
48.96 KB,
patch
|
Details | Diff | Splinter Review |
We have a lot of static data that could be const but isn't. This should
improves library loading and codesize on Linux, and probably other platforms as
well, when relocations aren't involved.
Updated•21 years ago
|
Product: Browser → Seamonkey
| Reporter | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Updated•20 years ago
|
Whiteboard: [patch]
| Reporter | ||
Updated•17 years ago
|
Product: Mozilla Application Suite → Core
Updated•16 years ago
|
QA Contact: general → general
| Reporter | ||
Updated•4 years ago
|
Assignee: dbaron → nobody
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Closing as no activity for 19 years.
Status: NEW → RESOLVED
Type: defect → task
Closed: 1 year ago
Component: General → Source Code Analysis
Product: Core → Developer Infrastructure
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•