From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by ug-out-1314.google.com with SMTP id 34so2541230ugf.19 for ; Mon, 01 Dec 2008 08:45:17 -0800 (PST) Message-ID: <4934149A.4020604@gmail.com> Date: Mon, 01 Dec 2008 19:45:14 +0300 From: Alexey Starikovskiy MIME-Version: 1.0 Subject: Re: [patch][rfc] acpi: do not use kmem caches References: <20081201083128.GB2529@wotan.suse.de> <84144f020812010318v205579ean57edecf7992ec7ef@mail.gmail.com> <20081201120002.GB10790@wotan.suse.de> <4933E2C3.4020400@gmail.com> <1228138641.14439.18.camel@penberg-laptop> <4933EE8A.2010007@gmail.com> <20081201161404.GE10790@wotan.suse.de> In-Reply-To: <20081201161404.GE10790@wotan.suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org Return-Path: To: Nick Piggin Cc: Pekka Enberg , Linux Memory Management List , linux-acpi@vger.kernel.org, lenb@kernel.org List-ID: Nick Piggin wrote: > On Mon, Dec 01, 2008 at 05:02:50PM +0300, Alexey Starikovskiy wrote: > >> Because SLAB has standard memory wells of 2^x size. None of cached ACPI >> objects has exactly this size, so bigger block will be used. Plus, >> internal ACPICA caching will add some overhead. >> > > That's an insane looking caching thing now that I come to closely read > the code. There is so much stuff there that I thought it must have been > doing something useful which is why I didn't replace the Linux functions > with kmalloc/kfree directly. > > There is really some operating system you support that has such a poor > allocator that you think ACPI can do better in 300 lines of code? Why > not just rip that whole thing out? > You would laugh, this is due to Windows userspace debug library -- it checks for memory leaks by default, and it takes ages to do this. And ACPICA maintainer is sitting on Windows, so he _cares_. >> Do you have another interpreter in kernel space? >> > > So what makes it special? > > You don't know what size of program you will end up with. DSDT could be almost empty, or you could have several thousand of SSDT tables. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org