From owner-freebsd-questions@FreeBSD.ORG Sun Aug 7 18:32:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546D416A41F for ; Sun, 7 Aug 2005 18:32:28 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A99B443D55 for ; Sun, 7 Aug 2005 18:32:27 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A3B7230200B6; Sun, 07 Aug 2005 11:32:23 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j77IYSFg014960; Sun, 7 Aug 2005 11:34:28 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j77IYNWK014959; Sun, 7 Aug 2005 11:34:23 -0700 (PDT) (envelope-from garys@opusnet.com) To: =?iso-8859-1?q?Bj=F6rn_K=F6nig?= References: <7093dffb050807030255a2dbdd@mail.gmail.com> <42F5FB48.4020804@cs.tu-berlin.de> <42F6329D.9050803@cs.tu-berlin.de> From: garys@opusnet.com (Gary W. Swearingen) Date: Sun, 07 Aug 2005 11:34:23 -0700 In-Reply-To: <42F6329D.9050803@cs.tu-berlin.de> =?iso-8859-1?q?=28Bj=F6rn_K=F6nig's?= message of "Sun, 07 Aug 2005 18:11:09 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: How do I use ccache and ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2005 18:32:28 -0000 Björn König writes: > Because these are compilers, not compiler caches. I suppose it's not the task of a compiler to speed up the build > process, but rather producing good binaries from source code. I think of the Unix dogma "one task, one tool". GCC violates that one almost as much as Emacs. :) GNU is Not Unix, it seems. And I'm guessing that compilers use lots of caches; GCC just hasn't (yet) bought into optionally maintaining some caches between invocations to keep things simple, so the manpage is only 2600 lines.