Before this change, pruning order was based on size. This changes it
to be based on time of last use instead, preferring to keep recently
used files and prune older ones.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D51062
[Support][CachePruning] prune least recently accessed files first ClosedPublic Authored by inglorion on Aug 21 2018, 1:59 PM.
Details Summary Before this change, pruning order was based on size. This changes it
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 21 2018, 3:23 PM Closed by commit rL340374: [Support][CachePruning] prune least recently accessed files first (authored by inglorion). · Explain WhyAug 21 2018, 5:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 161864 lld/trunk/test/ELF/lto/cache.ll
llvm/trunk/lib/Support/CachePruning.cpp
llvm/trunk/test/ThinLTO/X86/cache.ll
|