Closed
Bug 521227
Opened 15 years ago
Closed 15 years ago
Remove the no longer needed zliballoc chunk optimizations.
Categories
(Core :: Networking: JAR, defect)
Core
Networking: JAR
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta5-fixed |
People
(Reporter: alfredkayser, Assigned: alfredkayser)
References
Details
(Keywords: memory-footprint)
Attachments
(1 file)
(deleted),
patch
|
taras.mozilla
:
review+
dietrich
:
approval1.9.2+
|
Details | Diff | Splinter Review |
A bit of simple code cleanup.
Remove the ugly special size allocations from libjar, as zlib (since about 2005) only performs two allocs per zlibint:
zlibAlloc(1, 9520) (for zlib's own data structures)
zlibAlloc(32768, 1) (for the decoding window)
Attachment #405257 -
Flags: review?(tglek)
Updated•15 years ago
|
Attachment #405257 -
Flags: review?(tglek) → review+
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Attachment #405257 -
Flags: approval1.9.2?
Updated•15 years ago
|
Attachment #405257 -
Flags: approval1.9.2? → approval1.9.2+
Comment 3•15 years ago
|
||
Comment on attachment 405257 [details] [diff] [review]
Remove old code
a=me per discussion w/ beltzner et al.
Comment 4•15 years ago
|
||
Updated•15 years ago
|
status1.9.2:
--- → final-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•