From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC31113838B for ; Mon, 29 Sep 2014 15:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 508DDE092D; Mon, 29 Sep 2014 15:15:54 +0000 (UTC) Received: from ironport2-out.teksavvy.com (ironport2-out.teksavvy.com [206.248.154.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 47B8EE07F4 for ; Mon, 29 Sep 2014 15:15:53 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqoGAIDvNVNLd/oK/2dsb2JhbABZgwbEB4EXF3SCJQEBAQECATocKAsLIRMSDwUlN4dxCNIZF48BFoMOgRQBA48+iQ+GYYlrgWqDTCE X-IPAS-Result: AqoGAIDvNVNLd/oK/2dsb2JhbABZgwbEB4EXF3SCJQEBAQECATocKAsLIRMSDwUlN4dxCNIZF48BFoMOgRQBA48+iQ+GYYlrgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="91197548" Received: from 75-119-250-10.dsl.teksavvy.com (HELO waltdnes.org) ([75.119.250.10]) by ironport2-out.teksavvy.com with SMTP; 29 Sep 2014 11:15:51 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Mon, 29 Sep 2014 11:15:39 -0400 From: "Walter Dnes" Date: Mon, 29 Sep 2014 11:15:39 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] bloated by gcc Message-ID: <20140929151539.GA7944@waltdnes.org> References: <20140929111844.GA6716@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-Archives-Salt: 57998035-8670-41b0-bfcc-3b036ad9b660 X-Archives-Hash: 25d2078dac188cc474fd085ada7d7eec On Mon, Sep 29, 2014 at 12:45:44PM +0100, Jorge Almeida wrote > Just tried it, no difference. The point is that the same flags should > yield similar results, and I'm getting the worst results on my Gentoo > system. Grasping at straws now. What are your CFLAGS and full USE flags? I suggest running the command... emerge --info | grep "^\(CFLAGS\|USE\)" This captures default USE flags that aren't explicitly listed in your make.conf. Out of sheer curiusity, what sizes do you get if you use "-O2"? I believe that turns off loop-unrolling. -- Walter Dnes I don't run "desktop environments"; I run useful applications