Closed
Bug 49360
Opened 25 years ago
Closed 25 years ago
cache is still built into it's own shared lib on unix.
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jud, Assigned: jud)
Details
(Keywords: memory-footprint, Whiteboard: [nsbeta3+])
Unix is still building the necko cache into it's own shared lib (see
http://lxr.mozilla.org/seamonkey/source/netwerk/cache/Makefile.in#29 )
Windows is doing the right thing by not building it into it's own lib (see
http://lxr.mozilla.org/seamonkey/source/netwerk/cache/Makefile.win#24 ).
The cache libs (file, mem, and mgr) are build into static libs and are then
linked into the main necko shared lib.
| Assignee | ||
Updated•25 years ago
|
| Assignee | ||
Comment 1•25 years ago
|
||
fix is in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•