[cfe-dev] C++ modules questions
Thompson, John
John_Thompson at playstation.sony.com
Wed Jan 21 11:25:39 PST 2015
Our distributed build tool team is asking the following questions regarding C++ Modules. [My guesses in brackets. Please correct.]
- Is the module creation mechanism (that fills the module cache) multi-process safe?
[yes]
- If two or more compiler instances both try to create the same entry how is this arbitrated?
[O/S locks]
- Does it allow for processes being terminated whilst creating cache entries? [I.e. are incomplete files cleaned up?]
[I don't know]
Thanks.
-John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150121/985e6c1e/attachment.html>
More information about the cfe-dev
mailing list