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