Date: Wed, 25 Aug 2004 20:44:55 +0200 From: Maxim Sobolev <sobomax@portaone.com> To: Kris Kennaway <kris@obsecurity.org> Cc: Roman Kurakin <rik@cronyx.ru> Subject: Re: ccache support for make buildworld/make release Message-ID: <20040825184455.GC57354@www.portaone.com> In-Reply-To: <20040825183342.GA81434@xor.obsecurity.org> References: <412CBC91.3070900@portaone.com> <412CD983.2040700@cronyx.ru> <20040825183342.GA81434@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hmm, indeed, will try that. Thanks for the hint! -Maxim On Wed, Aug 25, 2004 at 11:33:42AM -0700, Kris Kennaway wrote: > On Wed, Aug 25, 2004 at 10:25:07PM +0400, Roman Kurakin wrote: > > Maxim Sobolev wrote: > > > > >Folks, > > > > > >I wonder if anyone considered adding ccache support for > > >buildworld/release targets. ccache is a tool, which wraps around gcc, > > >allowing to cache object files generated by the compiler to greatly > > >speed-up compilation of the same code over and over > > >(http://ccache.samba.org/). > > > > > >It acts as a caching pre-processor to C/C++ compilers, using the -E > > >compiler switch and a hash to detect when a compilation can be > > >satisfied from cache. This often results in a 5 to 10 times speedup. > > > > Hm. It seems that this is very cool tool. I would glad to see it in FreeBSD. > > Since I've 5 branch compiles tooooo long and fast systems for compilation > > does not always available/possible to use while development. > > > > I volonteer to test this if needed. > > BTW, I don't think there's anything to set up..you just set > CC="ccache cc" or similar. > > Kris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040825184455.GC57354>