Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261242AbUJaQSe (ORCPT ); Sun, 31 Oct 2004 11:18:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261247AbUJaQSe (ORCPT ); Sun, 31 Oct 2004 11:18:34 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:35791 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S261242AbUJaQSd (ORCPT ); Sun, 31 Oct 2004 11:18:33 -0500 Date: Sun, 31 Oct 2004 17:18:22 +0100 (MET) From: Jan Engelhardt To: Mikael Pettersson cc: linux-kernel@vger.kernel.org, pluto@pld-linux.org Subject: Re: unit-at-a-time... In-Reply-To: <200410311541.i9VFf0ah023857@harpo.it.uu.se> Message-ID: References: <200410311541.i9VFf0ah023857@harpo.it.uu.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 780 Lines: 22 >>/i386/Makefile:# Disable unit-at-a-time mode, it makes gcc use a lot morestack >>/i386/Makefile:CFLAGS += $(call cc-option,-fno-unit-at-a-time) Once I wanted to find out why -finline-functions still did not inline my funcitons I tagged as "inline".. so I went flag by flag and finally came to the point where -funit-at-a-time did the actual inlining. So it's like "make my .o files bigger". For x86_32 at least. Jan Engelhardt -- Gesellschaft für Wissenschaftliche Datenverarbeitung Am Fassberg, 37077 Göttingen, www.gwdg.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/