Closed
Bug 1111732
Opened 10 years ago
Closed 9 years ago
Optimize Shumway SWF zip decompression (e.g. using platform decompressors or caching JIT-compiled code)
Categories
(Firefox Graveyard :: Shumway, defect)
Firefox Graveyard
Shumway
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: cpeterson, Assigned: yury)
References
Details
(Keywords: perf)
From Shumway meeting on 2014-12-09:
https://etherpad.mozilla.org/shumwaymeeting
* Measure decompress time.
* Possibly cache uncompressed results.
* Can we use the platform decompressor? Talk to Luke about how things are cached.
Reporter | ||
Updated•10 years ago
|
Summary: Optimize Shumway image decompression with platform decompressors and decompressed image caching → Optimize Shumway SWF zip decompression (e.g. using platform decompressors or caching JIT-compiled code)
Assignee | ||
Comment 1•10 years ago
|
||
Parsing of the SWF file (which includes decompression) runs for 10-25ms. Using Gecko platform decompression (via StreamConverterService) saves us 2-5ms for average SWF file (see https://github.com/mozilla/shumway/pull/1967).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•10 years ago
|
||
Still broken for the extension
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Updated•10 years ago
|
Blocks: shumway-jw2
Reporter | ||
Updated•10 years ago
|
No longer blocks: shumway-fb2
Reporter | ||
Updated•10 years ago
|
Blocks: shumway-m4
Reporter | ||
Updated•9 years ago
|
No longer blocks: shumway-jw2
Reporter | ||
Updated•9 years ago
|
Blocks: shumway-jw2
Comment 3•9 years ago
|
||
Not sure if this is still not working. Even if, it's an optimization we can take late or never for 1.0.
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
Status: REOPENED → RESOLVED
Closed: 10 years ago → 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•