[PATCH] D145786: [LLD] Increase thunk pass limit

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 12:56:09 PDT 2023


efriedma added a comment.

In some other cases of iterative algorithms like this, we change the algorithm after a few passes to a version that converges faster.  For example, you could consider adding extra padding after inserted thunks, in anticipation of the need for more thunks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145786



More information about the llvm-commits mailing list