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

Brian Cain via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 10:05:07 PST 2016


bcain added a comment.

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

> I see. I think it would be good to present a case where multiprocessing provides a good speedup compared to the baseline  PyYAML+libYAML, which alone seems to yield a 10x speedup vs without  PyYAML+libYAML .


Updated the summary to show the unabridged YAML from Python3.6.0b3 on a 4-core desktop.  It's 1.75x over the existing PyYAML+libYAML.


Repository:
  rL LLVM

https://reviews.llvm.org/D26967





More information about the llvm-commits mailing list