[PATCH] D148728: [Support][Parallel] Add sequential mode to TaskGroup::spawn().

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 02:13:09 PDT 2023


avl updated this revision to Diff 516713.
avl added a comment.

addressed comments(deleted extra test, changed queue to deque,
put tasks in front of deque in case sequential or parallel::strategy.ThreadsRequested == 1)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148728

Files:
  lld/ELF/OutputSections.cpp
  lld/ELF/Relocations.cpp
  llvm/include/llvm/Support/Parallel.h
  llvm/lib/Support/Parallel.cpp
  llvm/unittests/Support/ParallelTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148728.516713.patch
Type: text/x-patch
Size: 6252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/abf46e01/attachment.bin>


More information about the llvm-commits mailing list