From owner-freebsd-current Thu Jun 6 9:29:13 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id DC95A37B404 for ; Thu, 6 Jun 2002 09:29:10 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g56GSsJn088485; Thu, 6 Jun 2002 09:28:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g56GSr1N088484; Thu, 6 Jun 2002 09:28:53 -0700 (PDT) Date: Thu, 6 Jun 2002 09:28:53 -0700 From: "David O'Brien" To: Matthew Dillon Cc: Bruce Evans , current@FreeBSD.ORG Subject: Re: fixes for gcc -falign-foo Message-ID: <20020606092853.B59829@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Matthew Dillon , Bruce Evans , current@FreeBSD.ORG References: <20020606112018.L9756-100000@gamplex.bde.org> <200206060428.g564SY1c011166@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206060428.g564SY1c011166@apollo.backplane.com>; from dillon@apollo.backplane.com on Wed, Jun 05, 2002 at 09:28:34PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jun 05, 2002 at 09:28:34PM -0700, Matthew Dillon wrote: > Hey Bruce or David... has GCC3 by any chance fixed the stack alignment > eyesore or is that still the default? If so could we by any chance fix > it in our version? It creates massive bloat when you have lots of tiny > functions and as far as I can tell there is no advantage at all except > for the occassional floating point intensive app. I really hate having > to specify -mpreferred-stack-boundary=2 in my builds. You can set GCC_OPTIONS="-mpreferred-stack-boundary=2" in your environment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message