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/

Reply via email to