Actually the list of cached files is sorted by file size, not by last accessed time. Also remove unused file access time param for a helper function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D21639
CachePruning: correct comment about file order. NFC ClosedPublic Authored by chfast on Jun 23 2016, 2:54 AM.
Details Summary Actually the list of cached files is sorted by file size, not by last accessed time. Also remove unused file access time param for a helper function.
Diff Detail
Event Timelinechfast updated this object. This revision is now accepted and ready to land.Jun 24 2016, 3:36 PM Closed by commit rL273852: CachePruning: correct comment about file order. NFC (authored by chfast). · Explain WhyJun 27 2016, 1:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 61945 llvm/trunk/lib/Support/CachePruning.cpp
|