From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2852 invoked by alias); 26 Dec 2008 21:36:44 -0000 Received: (qmail 2719 invoked by uid 48); 26 Dec 2008 21:35:24 -0000 Date: Fri, 26 Dec 2008 21:36:00 -0000 Message-ID: <20081226213524.2718.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/38629] target-specific parameters for inline heuristics not defined for AVR In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-12/txt/msg02348.txt.bz2 ------- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-26 21:35 ------- > set_param_value ("inline-call-cost", 5); This might be too high, the default for -O2/-O3 is 12. That might be the real issue. Also -O2/-Os for 3.4 and above did the same inlining of static functions that 4.3 and above does. Just it was not documented until 4.3 :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38629