[all-commits] [llvm/llvm-project] 15f0ad: [ELF] Bump the limit of thunk creation passes from...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Sep 16 14:05:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 15f0ad2fa29beaf1dad1548ccb97c2c729ea53cd
      https://github.com/llvm/llvm-project/commit/15f0ad2fa29beaf1dad1548ccb97c2c729ea53cd
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M lld/ELF/Writer.cpp

  Log Message:
  -----------
  [ELF] Bump the limit of thunk creation passes from 10 to 15

I have noticed that a 374MiB powerpc64le 'ld.lld' requires 11 passes to link.
There is a ThunkSection (whose parent OutputSection is ".text" of 169MiB) with 12867 thunks.




More information about the All-commits mailing list