From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] get_empty_filp tweaks, inline epoll_init_file() Date: Mon, 23 Jan 2006 21:44:51 -0800 Message-ID: <20060123214451.7e2fc885.akpm@osdl.org> References: <20060124052820.GA16694@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from smtp.osdl.org ([65.172.181.4]:24509 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S932435AbWAXFpK (ORCPT ); Tue, 24 Jan 2006 00:45:10 -0500 To: Benjamin LaHaise In-Reply-To: <20060124052820.GA16694@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Benjamin LaHaise wrote: > > This patch eliminates a handful of cache references by keeping current > in a register instead of reloading (helps x86) Are you sure it helps? I was checking that the other day and found that the compiler caches current quite competently.