From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18870 invoked by alias); 24 Jul 2007 13:11:55 -0000 Received: (qmail 18861 invoked by uid 22791); 24 Jul 2007 13:11:54 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 24 Jul 2007 13:11:52 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 04173982CF; Tue, 24 Jul 2007 13:11:52 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 88548982BA; Tue, 24 Jul 2007 13:11:51 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IDKB3-0000ed-DQ; Tue, 24 Jul 2007 09:11:49 -0400 Date: Tue, 24 Jul 2007 15:01:00 -0000 From: Daniel Jacobowitz To: Diego Novillo Cc: Jan Hubicka , gcc-patches@gcc.gnu.org Subject: Re: Reduce startup cost of compiler (patch 3) Message-ID: <20070724131149.GA2388@caradoc.them.org> Mail-Followup-To: Diego Novillo , Jan Hubicka , gcc-patches@gcc.gnu.org References: <20070724050556.GD10270@kam.mff.cuni.cz> <46A5DFBF.7040403@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46A5DFBF.7040403@google.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg01727.txt.bz2 On Tue, Jul 24, 2007 at 07:17:19AM -0400, Diego Novillo wrote: > > + if (cached_reg_restore_code[reg][mode]) > > + return cached_reg_restore_code[reg][mode]; > > + /* polute our cache. */ > > s/polute/pollute/ Probably populate, actually... -- Daniel Jacobowitz CodeSourcery