-
Notifications
You must be signed in to change notification settings - Fork 1
riscv_bfd_tidying_2
Tsukasa OI edited this page Feb 10, 2023
·
3 revisions
- Status: Merged for Binutils 2.41
- Branch:
riscv-bfd-tidying-2
- Tracking PR: #107 (view Pull Request and Diff)
- Mailing List:
- PATCH v1 (2023-02-10)
Commit 43025f01a0c9 ("RISC-V: Improve link time complexity.") reduced the time complexity of the linker relaxation but some portions did not reflect this feature.
This commit fixes a comment describing each relaxation pass and reduces actual number of passes for the RISC-V linker relaxation from 3 to 2.
Though it does not change the functionality, it marginally improves the performance while linking large programs (with many relocations).