Closed Bug 903227 Opened 11 years ago Closed 3 years ago

investigate how order of static libraries effects msvc linker memory

Categories

(Firefox Build System :: General, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: tbsaunde, Unassigned)

References

(Blocks 1 open bug)

Details

bug 886526 made msvc use a lot more memory to do a ltcg + pgo link of libxul by reordering the order of the static libraries we link into libxul it seems like we can probably come up with a better order than the psuedo random one we have today.
It also means whatever we do in bug 879837, we must keep this in mind.
Blocks: 879837
A few simple orderings we could test (off the top of my head): 1) Order by size 2) Order by dependency
Product: Core → Firefox Build System

We don't use the MSVC linker anymore.

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.