From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30175 invoked by alias); 25 Feb 2003 00:54:27 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 30162 invoked from network); 25 Feb 2003 00:54:26 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by 172.16.49.205 with SMTP; 25 Feb 2003 00:54:26 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.12.3/8.12.3) with ESMTP id h1P0sQTb002762; Mon, 24 Feb 2003 16:54:26 -0800 (PST) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Mon, 24 Feb 2003 16:54:24 -0800 Received: from apple.com (mrs1.apple.com [17.201.24.248]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id h1P0sNQ25719; Mon, 24 Feb 2003 16:54:23 -0800 (PST) Date: Tue, 25 Feb 2003 02:06:00 -0000 Subject: Re: Call for testers: libiberty/physmem.c Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v551) Cc: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org To: "Kaveh R. Ghazi" From: Mike Stump In-Reply-To: <200302211428.h1LESqP17581@caip.rutgers.edu> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg01670.txt.bz2 On Friday, February 21, 2003, at 06:28 AM, Kaveh R. Ghazi wrote: > Now that the libiberty bits are installed, I'd like to see how many > systems physmem.c works on. On darwin, I am getting: ulimit -a: datasize 6144 kbytes though, I am not sure what is causing it. The causes gcc to be really conservative about memory on darwin (4MB on 512MB machine), normally it would use 64MB or so. Does anyone know where this comes from? [ I send this here, just so that people can know about the issue. I'll ask around internally as well. ]