[PATCH] D152162: DWP multithreading
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 20:26:05 PDT 2023
steven.zhang added a comment.
Do you have the detail data for this patch to speed up the dwp ? And I think, we need to reuse LLVM code as much as possible instead of add new one.(i.e. ConsumerQueue should be easily implement with llvm ADT).
@dblaikie We are trying to speed up the dwp with multiple threading as it takes too much time. Do you think this is the right direction we want to go ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152162/new/
https://reviews.llvm.org/D152162
More information about the llvm-commits
mailing list