Closed
Bug 684213
Opened 15 years ago
Closed 15 years ago
Improve the extraction code in the custom Android linker
Categories
(Core Graveyard :: Widget: Android, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla9
People
(Reporter: mfinkle, Assigned: glandium)
Details
(Keywords: mobile, perf, Whiteboard: [mobilestartupshrink][ts])
Attachments
(1 file, 1 obsolete file)
|
3.55 KB,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
Looks like the current extraction code writes out the compressed entries in 4KB chunks. We might be able to improve this by increasing the buffer or some other mmap tweaks.
| Reporter | ||
Updated•15 years ago
|
Summary: Improve the extraction code in the Android linker → Improve the extraction code in the custom Android linker
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #557808 -
Flags: review?(mwu)
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → mh+mozilla
OS: Linux → Android
Hardware: x86 → ARM
| Assignee | ||
Comment 2•15 years ago
|
||
Previous one forgot to change the mmap size
Attachment #557810 -
Flags: review?(mwu)
| Assignee | ||
Updated•15 years ago
|
Attachment #557808 -
Attachment is obsolete: true
Attachment #557808 -
Flags: review?(mwu)
Updated•15 years ago
|
Attachment #557810 -
Flags: review?(mwu) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Whiteboard: [mobilestartupshrink][ts] → [mobilestartupshrink][ts][inbound]
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [mobilestartupshrink][ts][inbound] → [mobilestartupshrink][ts]
Target Milestone: --- → mozilla9
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•