From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 9 10:12:45 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEBC16A4BF for ; Tue, 9 Sep 2003 10:12:45 -0700 (PDT) Received: from mail.rdslink.ro (mail.rdslink.ro [193.231.236.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B981743FBD for ; Tue, 9 Sep 2003 10:12:43 -0700 (PDT) (envelope-from enache@rdslink.ro) Received: (qmail 13587 invoked from network); 9 Sep 2003 17:09:16 -0000 Received: from unknown (HELO ratsnest.hole) (81.196.245.219) by mail.rdslink.ro with SMTP; 9 Sep 2003 17:09:16 -0000 Date: Tue, 9 Sep 2003 19:10:23 +0300 From: Enache Adrian To: Yusuf Goolamabbas Message-ID: <20030909161023.GA1398@ratsnest.hole> Mail-Followup-To: Yusuf Goolamabbas , freebsd-hackers@freebsd.org References: <20030909070017.GA19395@outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030909070017.GA19395@outblaze.com> User-Agent: Mutt/1.4i cc: freebsd-hackers@freebsd.org Subject: Re: Perl 5.8.1-RC4 release notes mention FreeBSD malloc upto 200 times slower than perl malloc X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 17:12:45 -0000 On Tue, Sep 09, 2003 a.d., Yusuf Goolamabbas wrote: > # slurping the whole compressed Perl source code into $a > if (open F,"perl-5.8.1.tar.gz") { local $/; $a= } I fortunately fixed that in perl 5.8.1, so when "slurping" regular files the buffer is no longer grown by little steps with realloc. Regards, Adi