[PATCH] D133003: [ELF] Parallelize relocation scanning

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 09:02:52 PDT 2022


andrewng added a comment.

Sorry, I've been busy, so have only just had some time to look at this patch. Looks promising but unfortunately there are performance regressions on Windows for both `chrome` (~3%) and `mozilla` (~5%) from `lld-speed-test.tar.xz`. Don't yet know the reason for the slow down but I suspect it will be related to the "size" of the tasks being spawned in parallel.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133003



More information about the llvm-commits mailing list