From owner-freebsd-hackers@FreeBSD.ORG Mon Dec 5 17:16:57 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A259D106566C for ; Mon, 5 Dec 2011 17:16:57 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 33C938FC0C for ; Mon, 5 Dec 2011 17:16:56 +0000 (UTC) Received: by eekc1 with SMTP id c1so843656eek.13 for ; Mon, 05 Dec 2011 09:16:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:from:to:subject:date:content-type :content-transfer-encoding:x-mailer; bh=SFKATan7cO/20tmuyO6Yl0evIJ91GjjCmvYG1FOu6TQ=; b=I4y6S5+7koiaNB2QkWlriNR2aVhp413k43ZeJp/duNipileq9P7Me/2qQXhAObbbAg lifZ7uPC3Ss0QSqSsowH+hC49CK7KQZiF8ZHg0BcI/YoHky9BVF+kRpwUmdsYk4q00V1 ky/mMFaaz5hLikA9yeAtV7i+84jvjgPMsoXkI= Received: by 10.213.27.15 with SMTP id g15mr1151088ebc.111.1323105416119; Mon, 05 Dec 2011 09:16:56 -0800 (PST) Received: from DOMYPC ([82.193.208.173]) by mx.google.com with ESMTPS id c9sm59090484eeb.0.2011.12.05.09.16.53 (version=SSLv3 cipher=OTHER); Mon, 05 Dec 2011 09:16:54 -0800 (PST) Message-ID: <20111205.171654.020.1@DOMY-PC> From: rank1seeker@gmail.com To: hackers@freebsd.org Date: Mon, 05 Dec 2011 18:16:54 +0100 Content-Type: text/plain; charset="Windows-1250" Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (3.8.1.0) Cc: Subject: CPUTYPE and friends, from 'make.conf' benchmark X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2011 17:16:57 -0000 I've took machine and installed binary FreeBSD(amd64 8.2-p4 GENERIC) on = it.=0D=0AThen I've installed 'benchmarks/unixbench' port.=0D=0A=0D=0ASo = everything is a default generic binary install ('make.conf' empty - no = CPU optimization flags)=0D=0A=0D=0AAfter running: '# time unixbench', = final score was:=0D=0A 394.2=0D=0ACompleted in 22.8 = min=0D=0A=0D=0A=0D=0AThen I've recompiled everything, from src, world and = kernel, with = 'make.conf':=0D=0A--=0D=0ACPUTYPE?=3Dcore2=0D=0ACFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_CFLAGS=3Dyes=0D=0ACOPTFLAGS+=3D-march=3Dnative=0D=0ANO_CPU_COPTFLAGS=3Dyes=0D=0A--=0D=0A=0D=0AAfter = reboot, I've run: '# time unixbench', final score was:=0D=0A = 313.5=0D=0ACompleted in 26.7 min=0D=0A=0D=0AI'm getting worse result, = with optimized FreeBSD's binaries?!?=0D=0AHow = come?=0D=0A=0D=0A=0D=0ADomagoj Smol=E8i=E6