[PATCH] D54995: [MemoryBuffer] By default assume that all files are volatile to prevent unintended file locks

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 30 09:47:28 PST 2018


On Thu, Nov 29, 2018 at 4:06 PM Zachary Turner <zturner at google.com> wrote:

> If this is to go in (which I think is still not clear), it definitely
> should be limited to clangd. Not using mapped files is an order of
> magnitude performance regression for many use cases.
>
Absolutely, we have to make sure this does not touch the actual compiler
(and probably even clangd on non-windows platforms).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181130/5cc5944f/attachment.html>


More information about the cfe-commits mailing list