Closed
Bug 608376
Opened 15 years ago
Closed 12 years ago
Simplify shared library cache
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: cjones, Unassigned)
Details
The code added for bug 607534 is unnecessarily flexible for no gain, as mwu points out that the libs and the order they're loaded is hard-coded in APKOpen.cpp. We could make the lib cache static and make it "more private" to APKOpen (i.e. no more serialization/deserialization on the cmd line). We would need to pick a magical start fd for the ashmem regions (5) and then remap sequentially from there.
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•