From mboxrd@z Thu Jan 1 00:00:00 1970 From: hpa@zytor.com (H. Peter Anvin) Date: Thu, 24 May 2012 10:56:24 -0700 Subject: [PATCH] lib/decompress_unxz.c: removing all memory helper functions In-Reply-To: <1337881849.5070.32.camel@joe2Laptop> References: <1337875436-27640-1-git-send-email-tmac@hp.com> <1337880371.5070.24.camel@joe2Laptop> <4FBE6FF6.5090904@zytor.com> <1337881229.5070.29.camel@joe2Laptop> <4FBE72C4.3040204@zytor.com> <1337881849.5070.32.camel@joe2Laptop> Message-ID: <4FBE7648.7060206@zytor.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/24/2012 10:50 AM, Joe Perches wrote: > On Thu, 2012-05-24 at 10:41 -0700, H. Peter Anvin wrote: >> On 05/24/2012 10:40 AM, Joe Perches wrote: >>> Many of these functions are only optimized in certain cases; if not >>> optimized in a particular case, a call to the library function will be >>> emitted. >> Right, what part of that don't you understand? > > :) > > Whether or not the many applies to __builtin_mem. > I believe not. > There are definitely cases where gcc can call these out of line. I already told you that. -hpa