Open
Bug 1611279
Opened 5 years ago
Updated 1 year ago
Identify Mozilla libraries built for Android that could be built with optimizations for speed
Categories
(Core :: Performance, task, P2)
Core
Performance
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: esmyth, Unassigned)
References
Details
(Keywords: perf:pageload, perf:startup)
Basic information
1591725 found that building Gecko for Android using the -O2
flag improved a number of different performance metrics. We should identify whether there are other libraries we build for Android that could be optimized for speed by using a different compiler flag. The primary metric that we'd hope to move is app (e.g., Fenix) startup time.
Updated•5 years ago
|
Priority: -- → P1
Comment 1•5 years ago
|
||
Not likely we'll find much else; most things not part of gecko aren't c++. Glean is IIRC rust
Priority: P1 → P2
Comment 2•2 years ago
|
||
The performance calculator doesn't apply well to this bug.
Low because the measured impact of optimizing gecko was minimal when measured via telemetry.
Performance Impact: --- → low
Keywords: perf:pageload,
perf:startup
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•