Closed
Bug 676282
Opened 13 years ago
Closed 6 years ago
Use PGO to reorder code called on startup (Android)
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: stechz, Unassigned)
Details
(Whiteboard: mobilestartupshrink)
With a few small changes to GCC, we can tweak PGO to actually record the pages that are accessed during startup and reorder them so that they are accessed in order. This should reduce the amount of startup time before XRE_main.
Reporter | ||
Updated•13 years ago
|
Whiteboard: mobilestartupshrink
Reporter | ||
Comment 1•13 years ago
|
||
I should note that this is really work that has to be done on GCC. When we have a GCC that supports this and enable PGO, we will get the benefits.
Reporter | ||
Updated•13 years ago
|
Priority: -- → P1
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → tglek
Comment 2•13 years ago
|
||
What sort of changes do you envision making in GCC?
Updated•6 years ago
|
Assignee: taras.mozilla → nobody
Comment 3•6 years ago
|
||
Don't think it is still relevant!
Closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•