Closed
Bug 359461
Opened 19 years ago
Closed 19 years ago
should be able to make jpeglib.h conditional in config/system-headers
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Whiteboard: [patch])
Attachments
(1 file)
|
3.86 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
We should be able to make the listing of jpeglib.h in config/system-headers conditional. This should reduce the number of relocations from the image library (making the library load faster) and making the function calls to functions in the jpeg library faster.
The JPEG code is built a lot like the PNG code, which I described in bug 359001 comment 3. So we should be able to do the same thing that's done for PNG in the patch in bug 359000.
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [patch]
| Assignee | ||
Updated•19 years ago
|
Attachment #244869 -
Flags: review?(benjamin)
Updated•19 years ago
|
Attachment #244869 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 2•19 years ago
|
||
Checked in to trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•