[PATCH] D105506: [LLD] [COFF] Avoid thread exhaustion on 32-bit Windows host

Jeremy Drake via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 12:52:23 PDT 2021


jeremyd2019 added a comment.

In D105506#2860576 <https://reviews.llvm.org/D105506#2860576>, @mstorsjo wrote:

> Not a testcase for whether this crashes or not, but to see how much the suggested fix regresses linking performance for such projects that do succeed even before this patch.

Hmm, I guess I could build qt6-base with the non-patched lld, let it fail, then manually run and time the link (which should succeed in isolation because it only tends to crash with parallel builds), and manually run and time the link with the patched lld.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105506



More information about the llvm-commits mailing list