Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » External resources » ccache
ccache [message #17287] Tue, 05 August 2008 18:22 Go to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
I stumbled across ccache when compiling qsvn. It seems to accomplish something similar to blitz. Someone even compiled it for Windows.

From the site:
Quote:

ccache is a compiler cache. 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 in common compilations.

http://ccache.samba.org/
Re: ccache [message #17293 is a reply to message #17287] Tue, 05 August 2008 23:02 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Afaik it is rather similar to what our "out" directory structure does for us for free..

AFAIK it just stores compiler commandlines and files fingerprints and caches results of compilation.

Mirek
Previous Topic: Source Navigator NG3
Next Topic: FMC
Goto Forum:
  


Current Time: Fri Mar 29 15:56:00 CET 2024

Total time taken to generate the page: 0.01233 seconds