From owner-freebsd-current@FreeBSD.ORG Sun Feb 10 16:44:25 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1EDC7D2 for ; Sun, 10 Feb 2013 16:44:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id E08937CD for ; Sun, 10 Feb 2013 16:44:24 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id r1AGiOAW077154; Sun, 10 Feb 2013 08:44:24 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id r1AGiOcH077153; Sun, 10 Feb 2013 08:44:24 -0800 (PST) (envelope-from sgk) Date: Sun, 10 Feb 2013 08:44:24 -0800 From: Steve Kargl To: Boris Samorodov Subject: Re: 7+ days of dogfood Message-ID: <20130210164424.GA77092@troutmask.apl.washington.edu> References: <20130210000723.GA73630@troutmask.apl.washington.edu> <5117A319.60804@passap.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5117A319.60804@passap.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 16:44:25 -0000 On Sun, Feb 10, 2013 at 05:39:37PM +0400, Boris Samorodov wrote: > 10.02.2013 04:07, Steve Kargl ??????????: > > As for me I use CURRENT at my JOB for many years now. > I used to i386 but switched to amd64 at the end of 2012. > The system (both world and kernel) are updated every > week or two. > My workstation at work is amd64 and I have a 20 node amd64 cluster. All of these systems run freebsd-current. I've only had a few problems when building ports. > > One option that I use has been already mentioned -- MALLOC_PRODUCTION. > > > CPUTYPE?=core2 > > I never use this option. It was very long ago that I was > beaten by it, but don't like it since. Without it, the build infrastructure was selecting -march=i486, which produced even worse results. Several ports would not compile because llvm's integrated assembler was given invalid assembly constructs. > > FFLAGS = -O2 -pipe -march=native -mtune=native > > I don't like using "=" for FLAGS at make.conf... > > > FFLAGS+= -funroll-loops -ftree-vectorize > > ... as well as defaults overriding. > FFLAGS are the options used while compiling Fortran. Having spent years contributing to and testing gfortran, I am fairly comfortable with these options. -- Steve