[PATCH] D34689: [LLD][ELF] Pre-create ThunkSections at Target specific intervals
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 07:24:48 PDT 2017
peter.smith added a comment.
> I think I prefer adding all these stuffs to InputSectionDescription because (1) InputSectionDescription should be the central place to describe an input section and (2) doing hash table lookups that often could be slow.
I've implemented just the change to use InputSectionDescription in a separate refactoring review https://reviews.llvm.org/D37743.
https://reviews.llvm.org/D34689
More information about the llvm-commits
mailing list