Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 17 Dec 2002 05:45:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 17 Dec 2002 05:45:22 -0500 Received: from angband.namesys.com ([212.16.7.85]:17283 "HELO angband.namesys.com") by vger.kernel.org with SMTP id ; Tue, 17 Dec 2002 05:45:21 -0500 Date: Tue, 17 Dec 2002 13:53:13 +0300 From: Oleg Drokin To: Chris Mason Cc: Andrew Morton , Hans Reiser , Linux Kernel Mailing List Subject: Re: [BK][PATCH] ReiserFS CPU and memory bandwidth efficient large writes Message-ID: <20021217135313.A17241@namesys.com> References: <3DFA2D4F.3010301@namesys.com> <3DFA53DA.DE6788C1@digeo.com> <20021214162108.A3452@namesys.com> <3DFB7B9E.FC404B6B@digeo.com> <20021214222053.A10506@namesys.com> <3DFB904F.2ADDE2D4@digeo.com> <20021214232520.A10786@namesys.com> <1040063068.17501.31.camel@tiny> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <1040063068.17501.31.camel@tiny> User-Agent: Mutt/1.3.22.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 19 Hello! On Mon, Dec 16, 2002 at 01:24:28PM -0500, Chris Mason wrote: > > reiserfs v3 was traditionally hungry on stack space I think. > Well, if you want to drop stack usage, kill some inlines from stree.c. > I really doubt we gain anything from inlining these: I must be missing something, but I always thought that by inlining stuff we actually _decrease_ stack usage, because no need to create one more stackframe for function call, no need to put arguments on stack and this kind of stuff. Bye, Oleg - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/