[PATCH] D69294: [LLD][ELF] Support -[no-]mmap-output-file
Nick Terrell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 17:34:44 PDT 2019
terrelln added a comment.
> Can you try posix_fallocate(fd, 0, len) and see how it performs under memory pressure with btrfs+compression?
I see the same behavior, which is expected, since we'll still see the write amplification.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69294/new/
https://reviews.llvm.org/D69294
More information about the llvm-commits
mailing list