[cfe-dev] [RFC] Embedding compilation database info in object files.

Chandler Carruth chandlerc at google.com
Fri Jul 19 02:01:56 PDT 2013


On Fri, Jul 19, 2013 at 1:56 AM, Manuel Klimek <klimek at google.com> wrote:

> clang already spawns a subprocess per clang invocation by the driver. If
> that significantly impacted build performance, I'm sure that somebody would
> have changed that.


There is no need to have it be a separate process at all. Just start a
background thread and join it before terminating.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130719/2eae8fa7/attachment.html>


More information about the cfe-dev mailing list