[PATCH] D52193: RFC: [clang] Multithreaded compilation support
Zachary Turner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 18 16:01:35 PDT 2018
zturner added a reviewer: thakis.
zturner added a comment.
That said, the numbers are pretty convincing
These two rows alone:
MSBuild, Clang + LLD (29min 12sec) 32 parallel msbuild
MSBuild, Clang /MP + LLD (9min 22sec) 32 parallel msbuild
Are enough to make this patch worthy of serious consideration. (I haven't looked at the content / complexity yet, was waiting on the numbers first).
Repository:
rC Clang
https://reviews.llvm.org/D52193
More information about the cfe-commits
mailing list