Closed Bug 777190 Opened 13 years ago Closed 13 years ago

don't compress files with huge strings

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: Benjamin, Assigned: Benjamin)

References

Details

(Whiteboard: [js:t])

Attachments

(1 file, 3 obsolete files)

Attached patch don't compress huge strings (obsolete) — Splinter Review
(Moving this from bug 776200) This implements a heuristic which detects files with large string literals. These source files are very quick to parse and compile but not very fast to compress. Thus, we just abort compression for files with these characteristics.
Attachment #645609 - Flags: review?(jorendorff)
Wrong bug.
Attached patch don't compress huge strings (obsolete) — Splinter Review
A few tweaks.
Assignee: general → bpeterson
Attachment #645643 - Flags: review?(jorendorff)
Attachment #645609 - Attachment is obsolete: true
Attachment #645609 - Flags: review?(jorendorff)
Blocks: 776741
Whiteboard: [js:t]
Attached patch don't compress huge strings (obsolete) — Splinter Review
More tweaking.
Attachment #645643 - Attachment is obsolete: true
Attachment #645643 - Flags: review?(jorendorff)
Attachment #645797 - Flags: review?(jorendorff)
Rebased.
Attachment #645797 - Attachment is obsolete: true
Attachment #645797 - Flags: review?(jorendorff)
Attachment #647290 - Flags: review?(jorendorff)
Depends on: 778560
Comment on attachment 647290 [details] [diff] [review] don't compress huge strings I can't find a thing wrong with this.
Attachment #647290 - Flags: review?(jorendorff) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Depends on: 780965
Depends on: 804897
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: