From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21049 invoked by alias); 18 Mar 2009 20:30:51 -0000 Received: (qmail 21039 invoked by uid 22791); 18 Mar 2009 20:30:50 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Mar 2009 20:30:46 +0000 Received: from spaceape10.eur.corp.google.com (spaceape10.eur.corp.google.com [172.28.16.144]) by smtp-out.google.com with ESMTP id n2IKUgkR005444 for ; Wed, 18 Mar 2009 20:30:42 GMT Received: from rv-out-0708.google.com (rvbl33.prod.google.com [10.140.88.33]) by spaceape10.eur.corp.google.com with ESMTP id n2IKUe8T001968 for ; Wed, 18 Mar 2009 13:30:41 -0700 Received: by rv-out-0708.google.com with SMTP id l33so160861rvb.48 for ; Wed, 18 Mar 2009 13:30:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.144.6 with SMTP id r6mr354585rvd.185.1237408239948; Wed, 18 Mar 2009 13:30:39 -0700 (PDT) In-Reply-To: <20090318152433.4u74oma1z4sgk8g8-nzlynne@webmail.spamcop.net> References: <20090318152433.4u74oma1z4sgk8g8-nzlynne@webmail.spamcop.net> Date: Thu, 19 Mar 2009 07:17:00 -0000 Message-ID: Subject: Re: RFA: use xcalloc for zalloc. From: Doug Evans To: Joern Rennecke Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00390.txt.bz2 On Wed, Mar 18, 2009 at 12:24 PM, Joern Rennecke wrote: > This patch speeds up simulators that use the sim/common infrastructure > to allocate their memory. > This is ok with me (fwiw). Thanks!