Open
Bug 1874272
Opened 2 years ago
Updated 2 years ago
Extract sAppData reference from nsBrowserApp.cpp
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
Details
Attachments
(1 file)
Even on a nop build, nsBrowserApp.cpp
is always rebuilt because of its dependency on application.ini.h
. It's a decently sized c++ code that tahes between 1s and 2s to build, and it's in the critical path of a nop build. If we could extract the reference to application.ini.h
in a minimal file, that would make rebuilds faster.
Assignee | ||
Comment 1•2 years ago
|
||
This avoid rebuild of browser/app/nsBrowserApp.cpp under nop builds.
You need to log in
before you can comment on or make changes to this bug.
Description
•