[PATCH] D78058: option to write files to memory instead of disk
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 26 21:24:41 PST 2021
dexonsmith added a comment.
In D78058#2481050 <https://reviews.llvm.org/D78058#2481050>, @dexonsmith wrote:
> In D78058#2480411 <https://reviews.llvm.org/D78058#2480411>, @dexonsmith wrote:
>
>> In D78058#2471735 <https://reviews.llvm.org/D78058#2471735>, @sammccall wrote:
>>
>>> @dexonsmith thanks for sharing!
>>> Some initial thoughts since abstracting outputs is something we're starting to care about too...
>>
>> Thanks for looking.
>
> I think I've found a fairly clean way to get the write-through memory buffer optimization with pluggable backends; still working through the other feedback, but hoping to have the patch / RFC out soonish.
FYI, I posted an RFC here: https://lists.llvm.org/pipermail/cfe-dev/2021-January/067576.html
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78058/new/
https://reviews.llvm.org/D78058
More information about the cfe-commits
mailing list