Re: does ccache include source code modified time into hash?

Makson Lee <[email protected]> Thu, 13 Nov 2014 09:28:34 +0800
Newsgroups gmane.comp.compilers.ccache
Message-ID <CAKgL5+X+fEGt-FDhWwqYNo12T8ANXH9MwO-d2UkqOTUc+X1R-g@mail.gmail.com>
2014-11-13 4:44 GMT+08:00 Andrew Stubbs <[email protected]>:

> However, it might appropriate to list the factors that can lead to a cache
> miss, and mention some of the factors that explicitly do not cause a miss.


Yes, i think the factors that can lead to a cache miss would be enough,
currently, we are using some kind of version control tool, each time we
reload the same code and recompile it, we get lots of cache miss, so we
need that information to find out why cache miss happens, in direct mode,
maybe a tool can show us all the factors for a source file before compile
would be help too.