Re: if (CONFIG_FOO) Re: 2.4.0-test8-pre1 is quite bad / how aboutintegrating Rik's VM

2000-09-06 Thread Alexander Viro
On Wed, 6 Sep 2000, Martin MaD Douda wrote: > Problem: every bloody line will go through the parser. There is too many > lines. Compilation is realy slow today. I'm affraid this approach would > make it worse. Note that 2.4.0-test7 has more than 2.75 milion lines. > Or did you mean drivers wil

if (CONFIG_FOO) Re: 2.4.0-test8-pre1 is quite bad / how aboutintegrating Rik's VM

2000-09-06 Thread Martin MaD Douda
On Tue, 5 Sep 2000, Alexander Viro wrote: > > The _real_ problem is preprocessor abuse. BTW, could we schedule for > 2.5 the following? > * things like CONFIG_FOO are _always_ defined. As 0 or 1, that is. > * #ifdef CONFIG_FOO => if (CONFIG_FOO) in *.c. gcc will kill the unused