> AB> of changes that yield a negligable advantage and reduce stability
> AB> a tiny little bit. That is pushing Linux in the direction of this
> AB> abyss. You notice that the view gets better, and I get nervous.
>
> Can somebody stop this train load of bunk?
>
> Uninitialized global variables always have a initial value of
> zero. Static or otherwise. Period.
That isnt what Andries is arguing about. Read harder. Its semantic differences
rather than code differences.
static int a=0;
says 'I thought about this. I want it to start at zero. I've written it this
way to remind of the fact'
Sure it generates the same code
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Re: [PATCH] removal of "static foo = 0&quo... Herbert Xu
- Re: [PATCH] removal of "static foo = 0&quo... Helge Hafting
- Re: [PATCH] removal of "static foo = 0&quo... Albert D. Cahalan
- Re: [PATCH] removal of "static foo = 0... Russell King
- Re: [PATCH] removal of "static foo... Albert D. Cahalan
- Re: [PATCH] removal of "stati... Peter Samuelson
- Re: [PATCH] removal of "stati... Russell King
- Re: [PATCH] removal of "static foo = 0" Tigran Aivazian
- Re: [PATCH] removal of "static foo = 0" Andries Brouwer
- Re: [PATCH] removal of "static foo = 0&quo... Georg Nikodym
- Re: [PATCH] removal of "static foo = 0... Alan Cox
- Re: [PATCH] removal of "static foo... John Alvord
- Re: [PATCH] removal of "stati... Andre Hedrick
- Re: [PATCH] removal of "s... Keith Owens
- Re: [PATCH] removal of "s... Andre Hedrick
- Re: [PATCH] removal of "stati... Tigran Aivazian
- Re: [PATCH] removal of "stati... Tigran Aivazian
- Re: [PATCH] removal of "s... bert hubert
- Re: [PATCH] removal of "s... Pavel Machek
- Re: [PATCH] removal of "stati... Rogier Wolff
- Re: [PATCH] removal of "static foo... Philipp Rumpf

