[PATCH] D44966: ELF: Try to create last thunk section at ThunkSectionSpacing bytes before the end.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 28 04:16:59 PDT 2018
peter.smith added a comment.
This sounds reasonable to me. For large programs there will be sufficient thunks that the small benefit to readability (all your thunks can be found at the end of the section) won't apply.
https://reviews.llvm.org/D44966
More information about the llvm-commits
mailing list