From owner-freebsd-performance@FreeBSD.ORG Tue Nov 25 20:02:41 2008 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1182210656F1 for ; Tue, 25 Nov 2008 20:02:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id B76988FC22 for ; Tue, 25 Nov 2008 20:02:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so52795qwb.7 for ; Tue, 25 Nov 2008 12:02:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=7CqwTplN85CxUUZgCsCYW+KlvTVpemZyAnXayk8H9+A=; b=kUUQFpNTIYkBAlhCIfWSdxyWBIIyuKivYvNZStzj0ObRD5+mJMFpXZEE+4l10XPktG g9HpOBY91qCS1XB+/1GlSUmAGzDYs198SxuHK7NG42EKX1PtfAalmZPqJ7QMdwtSZzIi gvyUYfJSRRUxnGlbnM13HckqCxHwW62UDDEF8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=JVvv8RwMiR/g42IfUsXrF8qD4Hkaur1jYv92U4iWL7GgVm5k+zFo/Iih/EA+DK/g2h g90BV1gJUkpXSF7RDceQwxzIyjXcmJNwel7/7nqlmPfTHOoUA8wPE5qQ8Xl2UBQ3JULX Wd/CqYwfBu/Sqf7efrusZVIMTwr37Nf41p7AM= Received: by 10.215.13.16 with SMTP id q16mr4267272qai.237.1227643359893; Tue, 25 Nov 2008 12:02:39 -0800 (PST) Received: by 10.215.41.1 with HTTP; Tue, 25 Nov 2008 12:02:39 -0800 (PST) Message-ID: Date: Tue, 25 Nov 2008 15:02:39 -0500 From: "Adrian Chadd" Sender: adrian.chadd@gmail.com To: "Ivan Voras" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081125173657.GA50429@freebsd.org> X-Google-Sender-Auth: 2947432e4a76c2d5 Cc: freebsd-performance@freebsd.org Subject: Re: FreeBSD 7.1 BETA 2 vs Opensolaris vs Ubuntu performance X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Nov 2008 20:02:41 -0000 2008/11/25 Ivan Voras : >> I believe most of the synthetic numbers (mp3 encoding etc.) difference >> comes from the different version of gcc the different OS uses... > > You're very likely right. Ubuntu 8.10 has gcc 4.3.x - it could make for > the small difference in gzip and 7z compression performance. Well, that should be a reasonably easy thing to test and feed back to the author. Adrian