[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Linux-cluster] Re: [PATCH 00/14] GFS
- From: Arjan van de Ven <arjan infradead org>
- To: David Teigland <teigland redhat com>
- Cc: akpm osdl org, Pekka Enberg <penberg gmail com>, Pekka Enberg <penberg cs helsinki fi>, linux-cluster redhat com, linux-kernel vger kernel org
- Subject: [Linux-cluster] Re: [PATCH 00/14] GFS
- Date: Mon, 08 Aug 2005 12:05:25 +0200
On Mon, 2005-08-08 at 17:57 +0800, David Teigland wrote:
> >
> > Please drop the extra braces.
>
> Here and elsewhere we try to keep unused stuff off the stack. Are you
> suggesting that we're being overly cautious, or do you just dislike the
> way it looks?
nice theory. In practice gcc 3.x still adds up all the stack space
anyway and as long as gcc 3.x is a supported kernel compiler, you can't
depend on this. Also.. please favor readability. gcc is getting smarter
about stack use nowadays, and {}'s shouldn't be needed to help it, it
tracks liveness of variables already.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]