From mboxrd@z Thu Jan 1 00:00:00 1970 From: joe@perches.com (Joe Perches) Date: Thu, 24 May 2012 10:50:49 -0700 Subject: [PATCH] lib/decompress_unxz.c: removing all memory helper functions In-Reply-To: <4FBE72C4.3040204@zytor.com> 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> Message-ID: <1337881849.5070.32.camel@joe2Laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. cheers,