[PATCH] D26967: Put opt-viewer critical items in parallel

Brian Cain via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 05:52:06 PST 2016


bcain added a comment.

In https://reviews.llvm.org/D26967#602463, @fhahn wrote:

> Is baseline with PyYAML+libYAML just slightly slower than multiprocessing with PyYAML+libYAML (0:12.57elapsed vs  0:09.66elapsed) or am I missing something?


Sorry, it was a bad case to present.  Only 60 input files and minimal parallelism (only 4 tasks spawned).  It will scale significantly better on many-core servers + hundreds of input files.


Repository:
  rL LLVM

https://reviews.llvm.org/D26967





More information about the llvm-commits mailing list