Open
Bug 1521905
(reachable)
Opened 7 years ago
Updated 3 years ago
[meta] Identify and remove dead/unused code from the build with Reachable
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement, P3)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: decoder, Assigned: decoder)
References
(Depends on 3 open bugs)
Details
(Keywords: meta)
Reachable is a proof-of-concept static analysis that uses Searchfox data to detect files in our codebase, in particular in third-party libraries, that are part of the build but not actually used by any code.
Removing or disabling such code at build time is desirable to decrease build time, code size and to make code coverage analysis easier.
This bug is for tracking the removal of code based on the tool results.
Updated•7 years ago
|
See Also: → deadcode-codecoverage
Comment 1•7 years ago
|
||
The priority flag is not set for this bug.
:sylvestre, could you have a look please?
Flags: needinfo?(sledru)
Updated•7 years ago
|
Flags: needinfo?(sledru)
Priority: -- → P3
Comment 2•6 years ago
|
||
Christian, do you know where the code is available ? (and the instance)
Flags: needinfo?(choller)
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•