Re: benefits of using of ccache?
- From: Paul Drain <pd cipherfunk org>
- To: garnome-list gnome org
- Subject: Re: benefits of using of ccache?
- Date: Fri, 29 Oct 2004 10:48:49 +1000
> To see if ccache would speed up things, I changed the install prefix and
> fired up /desktop make paranoid-install. It is now been crunching away
> for 4 hours now with an eye-balled finishing time of 6 hrs.
The *first* time you compile something with ccache, there is no visible
effect -- preprocessed objects can be compiled quicker (the first copy
in the cache gets used for all subsequent builds), but everything else
works like a normal compile.
The next time, (or if you run 'make clean; make install' in an
individual directory) is *much* faster - depending on disc speed and the
amount of caching space you request.
The reason I recommend bumping the cache space up, is that ccache will
flush the cache of expired objects when there is less than 10% (I think)
room remaining -- and when you're building Mozilla, it evicts objects
quite frequently.
Of course, you can check all this information out by running 'ccache -s'
from the prompt :)
Regards,
Paul
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]