[PATCH] D132051: [BOLT] Track fragment info for all split fragments
Fabian Parzefall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 17:06:24 PDT 2022
FPar updated this revision to Diff 454655.
FPar added a comment.
Address @rafauler's comments
- Clarify why main fragment cannot be cleared.
- Assert not using multiple fragments in non-relocation for mapping code sections.
- Conservatively checking address ranges when updating symbol section indices of secondoary entrypoints.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132051/new/
https://reviews.llvm.org/D132051
Files:
bolt/include/bolt/Core/BinaryFunction.h
bolt/include/bolt/Core/FunctionLayout.h
bolt/lib/Core/BinaryFunction.cpp
bolt/lib/Core/FunctionLayout.cpp
bolt/lib/Profile/BoltAddressTranslation.cpp
bolt/lib/Rewrite/RewriteInstance.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132051.454655.patch
Type: text/x-patch
Size: 22776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220823/dda8573f/attachment.bin>
More information about the llvm-commits
mailing list