Skip to content
Commit c8b740ea authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls

for use by FileManager. FileManager now takes a StatSysCallCache* in its
constructor (which defaults to NULL). This will be used for evaluating whether
or not caching 'stat' system calls in PTH is a performance win. This shim adds
no observable performance impact in the case where the 'StatSysCallCache*' is
null.

llvm-svn: 64345
parent 6752502b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment