From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: incompatible prototypes Date: Fri, 27 Apr 2007 09:40:50 -0700 Message-ID: <46322792.3070800@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: PUCCETTI Armand , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: >> We don't use regparm(3) inside Xen? Works nicely for the kernel. >> > > What's the speedup? > Mumble mumble. Don't know. It's been that way for quite a long time now. But it makes the generated code moderately smaller. -freg-struct-return helps too (about 2k of text saved on the kernel, which is fairly piddling). J