[PATCH] D116367: [ELF][LTO] Call madvise(MADV_DONTNEED) on BitcodeFile buffers
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 29 14:06:37 PST 2021
MaskRay added inline comments.
================
Comment at: lld/ELF/Driver.cpp:1993
+ // With --thinlto-index-only, all buffers are nearly unused from now on
+ // (except symbol/section names used by infrequent passess). Mark input file
+ // buffers as MADV_DONTNEED so that these pages can be reused by the expensive
----------------
typo: passes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116367/new/
https://reviews.llvm.org/D116367
More information about the llvm-commits
mailing list