From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CJIu0-0002Yg-Nj for mharc-grub-devel@gnu.org; Sun, 17 Oct 2004 17:49:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJItz-0002Yb-IZ for grub-devel@gnu.org; Sun, 17 Oct 2004 17:49:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJItz-0002YP-6n for grub-devel@gnu.org; Sun, 17 Oct 2004 17:49:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJItz-0002YM-3n for grub-devel@gnu.org; Sun, 17 Oct 2004 17:49:19 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJImc-0005T1-CI for grub-devel@gnu.org; Sun, 17 Oct 2004 17:41:42 -0400 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id E8F5BF5EA492 for ; Sun, 17 Oct 2004 23:41:41 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 17 Oct 2004 23:42:16 +0200 User-Agent: KMail/1.6.1 References: <87pt3kj56d.fsf@marco.marco-g.com> <200410172237.05155.okuji@enbug.org> <87vfd9m5pn.fsf@marco.marco-g.com> In-Reply-To: <87vfd9m5pn.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200410172342.16896.okuji@enbug.org> Subject: Re: NESTED_FUNC_ATTR (was: Re: iso9660 support) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 21:49:19 -0000 On Sunday 17 October 2004 22:48, Marco Gerards wrote: > Do you remember how much is gained by doing this? I don't remember well, but my paper in Japanese says that it was about 2KB. Since the kernel has grown a bit more since that time, I guess the gain could be about 3KB in the current implementation. -mregparm=3 has a significant effect on functions with a few arguments. Okuji