This cropped up in the Linux kernel where cold code was placed in an
incompatible section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D70925
Place the "cold" code piece into the same section as the original function ClosedPublic Authored by void on Dec 2 2019, 2:17 PM.
Details Summary This cropped up in the Linux kernel where cold code was placed in an
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2019, 3:09 PM Closed by commit rG87f146767ed7: Place the "cold" code piece into the same section as the original function (authored by void). · Explain WhyDec 2 2019, 3:25 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 231789 llvm/lib/Transforms/IPO/HotColdSplitting.cpp
llvm/test/Transforms/HotColdSplit/retain-section.ll
|