From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5873 invoked by alias); 12 Jan 2008 10:16:47 -0000 Received: (qmail 5864 invoked by uid 22791); 12 Jan 2008 10:16:46 -0000 X-Spam-Check-By: sourceware.org Received: from hu-out-0506.google.com (HELO hu-out-0506.google.com) (72.14.214.236) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 12 Jan 2008 10:16:27 +0000 Received: by hu-out-0506.google.com with SMTP id 32so567255huf.6 for ; Sat, 12 Jan 2008 02:16:24 -0800 (PST) Received: by 10.86.50.8 with SMTP id x8mr3959202fgx.25.1200132984146; Sat, 12 Jan 2008 02:16:24 -0800 (PST) Received: from scientist-2.lan ( [213.140.22.65]) by mx.google.com with ESMTPS id l12sm3183754fgb.9.2008.01.12.02.16.22 (version=SSLv3 cipher=RC4-MD5); Sat, 12 Jan 2008 02:16:22 -0800 (PST) Message-ID: <47889377.7020605@gnu.org> Date: Sat, 12 Jan 2008 10:24:00 -0000 From: Paolo Bonzini User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Hans-Peter Nilsson CC: gcc@gcc.gnu.org Subject: Re: How to stop gcc from not calling noinline functions References: <200801120620.m0C6K3p1013168@ignucius.se.axis.com> In-Reply-To: <200801120620.m0C6K3p1013168@ignucius.se.axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg00170.txt.bz2 > (Yeah, new attributes "impure" and/or "nonconst" would solve > this, but only for IPA and there's already the existing option > and asm I mentioned. And if you say different files/compilation > units, I say LTO.) I think the asm is your best bet. Paolo