Closed
Bug 651890
Opened 14 years ago
Closed 3 years ago
Avoid relocations when initializing plugin-container
Categories
(GeckoView :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: glandium, Unassigned)
References
Details
(Keywords: mobile, perf, Whiteboard: [mobilestartupshrink][ts])
Currently, around 100ms (on a Nexus S) of the plugin-container process startup is spent applying relocations that already have been applied by the main process.
We want to avoid that when possible.
Updated•14 years ago
|
Reporter | ||
Updated•13 years ago
|
Component: Widget: Android → Widget: BeOS
OS: Android → MeeGo
Whiteboard: [ts] → [mobilestartupshrink][ts]
Target Milestone: --- → mozilla7
Version: Trunk → 7 Branch
Reporter | ||
Updated•13 years ago
|
Component: Widget: BeOS → Widget: Android
OS: MeeGo → Android
Target Milestone: mozilla7 → ---
Version: 7 Branch → Trunk
Comment 1•13 years ago
|
||
Mike - Any status update here? Anything blocking?
Reporter | ||
Comment 2•13 years ago
|
||
I need to file two intermediate bugs, to make our linker code understand elfhack sections and do relocations from them itself, and to modify elfhack to allow that. That's in my current scope of upcoming linker-related changes.
Reporter | ||
Comment 4•6 years ago
|
||
Maybe. Maybe not. Depends what the status of fission is going to be on Android, and how the process model for fennec-on-geckoview is going to be, I guess. I'm not going to pretend I'm working on this, though.
Assignee: mh+mozilla → nobody
Flags: needinfo?(mh+mozilla)
Comment 5•3 years ago
|
||
Moving all open Core::Widget: Android bugs to GeckoView::General (then the triage owner of GeckoView will decide which ones are valuable and which ones should be closed).
Component: Widget: Android → General
Product: Core → GeckoView
Version: Trunk → unspecified
Comment 6•3 years ago
|
||
Not applicable to GeckoView
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•