[PATCH] D100818: [lld-macho] Implement branch-range-extension thunks
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 5 11:42:57 PDT 2021
MaskRay added a comment.
> Other ports (COFF, ELF) use multiple passes with successively-refined guesses regarding the expansion of text-space imposed by thunk-space overhead.
I've seen a worst case of 10 passes. COFF/Mach-O may be in a better situation because they don't tend to have too large binaries.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100818/new/
https://reviews.llvm.org/D100818
More information about the llvm-commits
mailing list