[PATCH] D34689: [LLD][ELF] Pre-create ThunkSections at Target specific intervals

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 03:30:22 PDT 2017


peter.smith added a comment.

General ping for the remaining range thunks patches. If it helps at all I will be at a conference in the Bay area 25th to 28th September, but I could escape to talk these over in person if any of the maintainers happened to be within public transport range.

https://reviews.llvm.org/D34692 contains a large comment that explains the overall design.

- https://reviews.llvm.org/D34689 Pre-create ThunkSections at Target specific intervals (this one)
- https://reviews.llvm.org/D34691 Introduce range extension thunks for ARM
- https://reviews.llvm.org/D34692 Add support for multiple passes to createThunks()

There is also https://reviews.llvm.org/D35413, which is an optimization requested in https://reviews.llvm.org/D34692.


https://reviews.llvm.org/D34689





More information about the llvm-commits mailing list