Closed Bug 521227 Opened 15 years ago Closed 15 years ago

Remove the no longer needed zliballoc chunk optimizations.

Categories

(Core :: Networking: JAR, defect)

defect
Not set
trivial

Tracking

()

RESOLVED FIXED
Tracking Status
status1.9.2 --- beta5-fixed

People

(Reporter: alfredkayser, Assigned: alfredkayser)

References

Details

(Keywords: memory-footprint)

Attachments

(1 file)

Attached patch Remove old code (deleted) — 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)
Attachment #405257 - Flags: review?(tglek) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Attachment #405257 - Flags: approval1.9.2?
Depends on: 510844
This is a prereq to 523065
Blocks: 523065
Attachment #405257 - Flags: approval1.9.2? → approval1.9.2+
Comment on attachment 405257 [details] [diff] [review] Remove old code a=me per discussion w/ beltzner et al.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: