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: If you had a month to improve gcc build parallelization, where would you begin?


Apart from parallelism, I wished the stage 2,3 compilations had a hook for ccache-ing to accelerate rebuilds. ccache is capable of detecting changes in the compiler binary (see CCACHE_COMPILERCHECK in man page) so when stage 1's result doesn't change, there's potential for cache-hitting in stage 2. I've done this with clang manual bootstraps, for example.

Fang

--
David Fang
http://www.csl.cornell.edu/~fang/


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