Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Sat, 18 May 2002 22:40:36 -0400 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: [ITP] ccache Message-ID: <20020519024036.GA2164@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23.1i Out of curiousity, has anyone tried this: http://ccache.samba.org/ on cygwin? It seems to provides an amazing speedup for compilations. It builds OOTB. On linux, this makes my cygwin builds so fast, that it almost seems like I could get rid of dependency checking and just always rebuild everything. cgf sdesc: "A C compiler cache for improving recompilation" ldesc: "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." category: Devel requires: gcc