From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [rfc][patch] store-free path walking Date: Wed, 07 Oct 2009 22:34:24 +0200 Message-ID: <87eipfymcv.fsf@basil.nowhere.org> References: <20091006064919.GB30316@wotan.suse.de> <20091006101414.GM5216@kernel.dk> <20091006122623.GE30316@wotan.suse.de> <20091006124941.GS5216@kernel.dk> <20091007085849.GN30316@wotan.suse.de> <20091007164622.GX30316@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Nick Piggin , Jens Axboe , Linux Kernel Mailing List , linux-fsdevel@vger.kernel.org, Ravikiran G Thirumalai , Peter Zijlstra To: Linus Torvalds Return-path: In-Reply-To: (Linus Torvalds's message of "Wed, 7 Oct 2009 12:25:03 -0700 (PDT)") Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Linus Torvalds writes: > > Sad. But we do have the added requirement that we want to keep the > commonly used fields together in the same cacheline, so maybe it's > unavoidable. With some strategic prefetches it might be cheap enough to use two cache lines. Just fetch it with the other. -Andi -- ak@linux.intel.com -- Speaking for myself only.