[PATCH] D136383: [PartialInlining] Enable recursive partial inlining.

Mark Lacey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 21:12:28 PST 2022


rudkx added a comment.

In D136383#3967176 <https://reviews.llvm.org/D136383#3967176>, @efriedma wrote:

> Not sure how the CMake 2-stage bits work, but you can always manually "bootstrap": build clang, then do a separate clang build with -DCMAKE_CXX_COMPILER=/path/to/built/clang++ .

Yes good point. I gave that a try and I see no difference in size in the text section of clang, so it looks like it's either not hitting at all, or it's not causing enough code growth to round to the next page.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136383/new/

https://reviews.llvm.org/D136383



More information about the llvm-commits mailing list