[PATCH] D69294: [LLD][ELF] Support -[no-]mmap-output-file

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 23:34:41 PDT 2019


MaskRay added a comment.

Can you try `posix_fallocate(fd, 0, len)` and see how it performs under memory pressure with btrfs+compression?


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