[PATCH] D34689: [LLD][ELF] Pre-create ThunkSections at Target specific intervals
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 17:23:33 PDT 2017
emaste added inline comments.
================
Comment at: ELF/Arch/ARM.cpp:66
NeedsThunks = true;
+ // Pre-created ThunkSections are spaced roughly 16Mb apart on ARM. This is to
+ // match the most common expected case of a Thumb 2 encoded BL, BLX or B.W
----------------
One more change to MiB needed here?
https://reviews.llvm.org/D34689
More information about the llvm-commits
mailing list