How to cache output of the compiler aka ccache
i-google-iasuhdkajsh_at_rf.risimo.net
Date: 03/17/05
- Next message: Martin Krischik: "Re: Memory limits in Ada where Fortran has none"
- Previous message: Jerry Coffin: "Re: Teaching new tricks to an old dog (C++ -->Ada)"
- Next in thread: Robert A Duff: "Re: How to cache output of the compiler aka ccache"
- Reply: Robert A Duff: "Re: How to cache output of the compiler aka ccache"
- Reply: Ludovic Brenta: "Re: How to cache output of the compiler aka ccache"
- Reply: i-google-iasuhdkajsh_at_rf.risimo.net: "Re: How to cache output of the compiler aka ccache"
- Reply: Martin Krischik: "Re: How to cache output of the compiler aka ccache"
- Reply: i-google-iasuhdkajsh_at_rf.risimo.net: "Re: How to cache output of the compiler aka ccache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Mar 2005 10:54:01 -0800
Hi
I have a 1mio LOC project and it takes multiple hours to
build and rebuild. The C/C++ world has a nice tools (ccache
is well known here) which cache the output of the compiler.
This especially speeds up the time for a "make clean;make".
Is there such a thing for Ada in general and gcc's gnat
specially? Any other way to speed up the compilation?
Thomas
- Next message: Martin Krischik: "Re: Memory limits in Ada where Fortran has none"
- Previous message: Jerry Coffin: "Re: Teaching new tricks to an old dog (C++ -->Ada)"
- Next in thread: Robert A Duff: "Re: How to cache output of the compiler aka ccache"
- Reply: Robert A Duff: "Re: How to cache output of the compiler aka ccache"
- Reply: Ludovic Brenta: "Re: How to cache output of the compiler aka ccache"
- Reply: i-google-iasuhdkajsh_at_rf.risimo.net: "Re: How to cache output of the compiler aka ccache"
- Reply: Martin Krischik: "Re: How to cache output of the compiler aka ccache"
- Reply: i-google-iasuhdkajsh_at_rf.risimo.net: "Re: How to cache output of the compiler aka ccache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|