This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: build gcc with distcc


On Nov 19, 2006, at 3:26 PM, Ben Elliston wrote:
No, it records the timestamp of the compiler driver. These would always be different in a bootstrap run, so you would never get any cache hits for second and third stage object files.

If they wanted to do something better, they could use the checksum value instead, the idea is that if you build, cache the results, and them rm -rf and rebuild, all compiles then would come out of the cache.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]