blob: aa521ed1cd6d4e202c5f3f8280ac12868e87acc2 [file] [log] [blame] [view]
Hans Wennborg3f073d72017-11-27 22:33:351# Updating the Windows .order files
2
Hans Wennborg2eed63bc2020-11-19 18:43:333Since [#824529](https://crrev.com/824529), order files are no longer used for
4linking Chromium on Windows. Instead, the linker orders the binary contents
5based on profile-guided optimization (PGO) data, using LLD's call graph profile
6sort feature. That provides similar benefits and uses use the existing PGO
7infrastructure instead of requiring maintenance of the order files. See
8[crbug.com/1077279](https://crbug.com/1077279).